Skip to content

How can I change the PAUSE macro position? #126

Closed Answered by jschuh
scmanjarrez asked this question in Q&A
Discussion options

You must be logged in to vote

All the config parameters are described in globals.cfg. You just copy the relevant variable from there into the [gcode_macro _km_options] section in your own config and set the value to whatever you like. The base parking positions are here:

# X position to park toolhead (set "max" or "min" to infer from stepper config).
variable_park_x: 0.0
# Y position to park toolhead (set "max" or "min" to infer from stepper config).
variable_park_y: 0.0
# Z position to park toolhead (set "max" or "min" to infer from stepper config).
variable_park_z: 20.0

There's also one special parking position for the Y …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@scmanjarrez
Comment options

Answer selected by jschuh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants