I commented out the code block above and that fixed the issues when homing X and Y but Z will still try and go down before up so you also need to comment out:
and the issue is fixed. While not ideal, I have not found a magical combination of config settings that make this work. The other solution is to add the endstop but I really don't want my Z axis smashing into that everytime the motors lose power.
Anyhow, more documentation here: [github.com]
Best,
Andy
do_probe_raise(_Z_CLEARANCE_DEPLOY_PROBE);
and the issue is fixed. While not ideal, I have not found a magical combination of config settings that make this work. The other solution is to add the endstop but I really don't want my Z axis smashing into that everytime the motors lose power.
Anyhow, more documentation here: [github.com]
Best,
Andy