Homing routine for CoreXZ
-
Hi guys, I've just installed reprap firmware for my CoreXZ ender_switchwire conversion but I'm having some problem with homing Z.
When I home Z (with inductive probe), if the toolhead is very low and close to the bed, since the move is G1 H1 move and the probe is already triggered, the toolhead doesn't move up and probe the bed. Is there anyway I can fix this? Thank you!
-
The simple solution is to always move the z axis up at the start of homing to clear the bed. Something like 5 or 10 mm.
The better solution would be to check the status of the probe and only move up if the probe is trigger. The could be accomplished through conditional statements.