How can I make G30 move in Z first?
- JetForMe
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 305
- Thank you received: 16
02 Sep 2024 21:22 #309231
by JetForMe
How can I make G30 move in Z first? was created by JetForMe
G30 moves to the position specified in #5181-5189 in absolute coordinates. If you specify G30 Z#5183, it moves to the *relative* position in #5183, which is not what I want. I want to lift the spindle up to the Z home position, then I want it to move to X, Y home.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7778
- Thank you received: 2074
03 Sep 2024 05:30 #309260
by cmorley
Replied by cmorley on topic How can I make G30 move in Z first?
How about this:
g53 g0 z#5183
g30
g53 g0 z#5183
g30
Please Log in or Create an account to join the conversation.
Time to create page: 0.048 seconds