jlas1 / Klicky-Probe

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

Trying to set up probe as Z endstop. Z homing sequence does not pick up probe. #170

Closed cullinaire closed 1 year ago

cullinaire commented 1 year ago

I got the klicky installation finished and working properly with the normal Z endstop per stock Voron. Next I wanted to use the probe as Z endstop so I followed the linked documentation. Then came the problems: at Z home, instead of attaching the probe, the printhead would go to the dock and act like it's detaching the probe even though it never had a probe in the first place. So I set variable_dock_on_zhome to false. That fixed the docking issue, but now instead of attaching the probe, at Z home it just stops with error "Endstop z still triggered after retract". So I then inverted the polarity of the endstop pin. Now the probe is not picked up at Z home, and attempts to just home it anyways forcing me to emergency stop to prevent the nozzle from crashing. The only way I have ever successfully done a Z home is by manually homing X and Y, then manually attaching the probe (which required me to reset polarity of the probe endstop pin (which now shows as normally triggered) and running the Z home. klicky-variables (1).zip

cullinaire commented 1 year ago

Error in printer.cfg: there was a space between "probe: z_virtual_endstop" in the stepper_z endstop pin section. Removed the space so it reads "probe:z_virtual_endstop" and all is fixed.

jlas1 commented 1 year ago

just would like to note that it's solved in the code now.

cullinaire commented 1 year ago

Thanks!

On Mon, Nov 28, 2022 at 5:08 PM jlas1 @.***> wrote:

just would like to note that it's solved in the code now.

— Reply to this email directly, view it on GitHub https://github.com/jlas1/Klicky-Probe/issues/170#issuecomment-1329945183, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADPKMFLQQOH7OZW6X33Z5LWKVJQFANCNFSM6AAAAAASNATMXU . You are receiving this because you modified the open/close state.Message ID: @.***>

-- Best,

Weseung Hwang