Homing Modification

Hello, I want to home Y axis without moving the tool head to middle. How can I change it?
2 Replies
Steve
Steve6mo ago
Hi, I would look into these RatOS Vars
# Possible Values: 'middle' or an absolute x coordinate
variable_safe_home_x: "middle"
# Possible Values: 'middle' or an absolute y coordinate
variable_safe_home_y: "middle"
# Possible Values: 'middle' or an absolute x coordinate
variable_safe_home_x: "middle"
# Possible Values: 'middle' or an absolute y coordinate
variable_safe_home_y: "middle"
C7H
C7H6mo ago
Thank you. This is what I need