Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!
I want to change the XY homing to YX how do I do this ?
I tried :
[safe_z_home]
gcode:
G28 Y0
G28 X0
G28 Z5
home_xy_position: 100,100 # 100,100 #205, 300 #-10,-10
speed:40
z_hop:10
I want to change the XY homing to YX how do I do this ?
I tried :
[safe_z_home]
gcode:
G28 Y0
G28 X0
G28 Z5
home_xy_position: 100,100 # 100,100 #205, 300 #-10,-10
speed:40
z_hop:10
You’ll need to switch to homing override. However. If you want a quick way to get around this. Take that homing gcode you tried to use. And replace g28 in your print start macro with it. It will do the same thing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.