jlas1 / Klicky-Probe

Microswitch probe with magnetic attachement, primarily aimed at CoreXY 3d printers
GNU General Public License v3.0
1.22k stars 279 forks source link

is it possible for probe to stay undock on toolhead after homing all axis? #246

Open drumstick77 opened 5 months ago

drumstick77 commented 5 months ago

is it possible for probe to stay undock on toolhead after homing all axis?

jlas1 commented 5 months ago

it is, you can do: G28 X Y ATTACH_PROBE_LOCK G28 Z

Then when you want the probe to dock, do DOCK_PROBE_UNLOCK.

drumstick77 commented 5 months ago

thank you. Sorry, I probably should also say that I'm using the klicky macros. is it possible to adjust it rather than homing override? (I presume that's homing override that you've suggested?)

jlas1 commented 5 months ago

don't know if i understood your question correctly, those instructions are with klicky default homing override. To be fair, these question appear quite often on initial setup, but dissapear as time goes by, because it's all automated, so a extra dock and undock goes unnotticed.

drumstick77 commented 5 months ago

Sorry for the confusion. I'm still a bit confused as you can probably tell, I'm wondering if I should be updating the below code in the default homing override?


it is, you can do:
G28 X Y
ATTACH_PROBE_LOCK
G28 Z