Macro/Shortcut to move Z up first then X move #1672
Replies: 4 comments 13 replies
-
G53 G0 Z-2 |
Beta Was this translation helpful? Give feedback.
-
How do I add both those commands in as a shortcut though? I tried adding it in like this G53 G0 Z-2 G53 G0 X-410 But that doesn't work. Throws error 21 “More than one g-code command from same modal group found in block.” How do I separate both moves? |
Beta Was this translation helpful? Give feedback.
-
Thanks, however I'm still trying to work out how I make this macro? In the shortcut section I can only add a single gcode line, how do I add more than one action to a shortcut? |
Beta Was this translation helpful? Give feedback.
-
OK, I see, I found this now, so that's under the Control section. If I add my macro here, how do I trigger it with a keyboard or shortcut? |
Beta Was this translation helpful? Give feedback.
-
At the moment I have a shortcut to do the following.
G53 Z-2
Its basically my "safe Z" shortcut.
I want to make another shortcut that does this
G53 Z-2 X-410
However, when I trigger this, both Z and X axis move at the same time. What I want is the Z axis to move first and then the X axis move second.
How do I make a shortcut so that the Z axis moves first and then X axis moves after? This shortcut will be my "tool change" shortcut.
Beta Was this translation helpful? Give feedback.
All reactions