-
I like the concept of LAZY_HOME but I can't figure how to tell it to home z in the middle of the bed since I have a probe. When I first tried to use it, it tried to home z in a spot where the probe won't hit the bed. I fixed this by writing my own home_overwrite with Is there a way to instruct LAZY_HOME to move to the center of the bed before trying to home? Thanks for the work in these scripts. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You're doing it exactly the right way. Changes to core homing functionality are really best handled with either |
Beta Was this translation helpful? Give feedback.
You're doing it exactly the right way. Changes to core homing functionality are really best handled with either
homing_override
orsafe_z_home
(depending on your needs). So, it doesn't make sense to duplicate that functionality in a macro.