-
hello, I'm looking for a solution to clone the x and y axes for two other axes that need to move at the same time. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hi @lgjean, You don't have to modify the code to do what you want.
So you will connect:
@++; |
Beta Was this translation helpful? Give feedback.
-
thank you for helping me ! |
Beta Was this translation helpful? Give feedback.
-
Hi @lgjean, The behavior you describe is very strange... This should work. If it doesn't, I will ned more info to understand. So, you will need to post here the result of the 2 Grbl commands @++; |
Beta Was this translation helpful? Give feedback.
-
Hi @lgjean, For a hot wire cutting machine, if you use axis cloning, you won't be able to do anything other than parts with parallel edges ...
U being parallel to X and V parallel to Y. Thus, you will be able to program the 2 driving sides of your hot wire independently with a single GCode command such as: This is normally how a hot wire cutting machine should work. @++; |
Beta Was this translation helpful? Give feedback.
-
Thank you for the precision provided, if I clamp my machine in 2 axes, it is mainly because of the software which generates the GCODE to manage the 4 axes. This kind of application is quite expensive and I have to save money to buy it. In the meantime I'll just cut parallel objects which is enough to start having fun. Jean |
Beta Was this translation helpful? Give feedback.
Hi @lgjean,
You don't have to modify the code to do what you want.
I understand your need is 4 linear axis with 2 axis X and 2 axis Y..
You just need to adjust the config.h file like this: