Is there any way I can change the behaviour of the home buttons in Mainsail.
For example, after doing a Z-Home I want to lift the nozzle by a small amount to avoid damaging the bed if I do an X or Y move.
I know I could create a macro to do this but it would be good to be able to modify the movement when pressing the Home-Z button in the GUI. I have searched all the cfg files but cant find where this might be defined
#Customising home buttons.
7 messages · Page 1 of 1 (latest)
The home button in Mainsail execute G28 gcodes, so anything you specifying in Klipper will be done and nothing more
Maybe look in [safe_z_home] or [homing_override] depending how much you need to modify your homing. You can find it in https://www.klipper3d.org/Config_Reference.html#safe_z_home
I was hoping I could add G0 Z10 to it but clearly not
Nope that did also not help at all, most times you have your G28 in your slicer start code (or print start macro) and these homing would not lift the nozzle
The easiest way to modify z homing is [safe_z_homing]
Btw the homing retract is defined in your stepper section search for ```homing_retract_dist: 5.0