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 implement it on certesian #191

Open Whackz187 opened 1 year ago

Whackz187 commented 1 year ago

Hello, i try to implement the Klicky system to use it with euclid on a certesian printer where i got the dock mounted next to the Bed. Everytime i try to Home Z / Home All the Toolhead drives the x Axis to 0 but it needed to be at 232, i cant seem to get my Head around that.

Additionally i get some weird respond "Resetting Z position to zero, duplicate?" How does that come? Since i use the emergency stop i have no log for it. I can only supply the modded cfg. klicky-variables.txt

jlas1 commented 1 year ago

thanks for the issue, try this: variable_safe_z: 20 (setting to 0 wil make an issue) the dockmoves and attachmoves are relative, try using these:

Dock move (the final movement required to release the probe on the dock)

Variable_dockmove_x: 40 # Final toolhead movement to release Variable_dockmove_y: 0 # the probe on the dock Variable_dockmove_z: 0 # (can be negative)

Attach move (the final movement required to reach the dock and avoid the arms with the probe attached)

Variable_attachmove_x: 0 # Final toolhead movement to Dock Variable_attachmove_y: 30 # the probe on the dock Variable_attachmove_z: 0 # (can be negative)

And if possible, post a movie of the dock and probe movements.

Whackz187 commented 1 year ago

It calls the G28 and i defined now a z endstop which i soldered tonight and built it in. it works with safe_z_home module. I have put the coordinates in the klicky-variables.cfg and klicky-macros.cfg and it still does G28 at 0, 0 which i dont want to happen. The Z-endstop location is 232, 23.

Whackz187 commented 1 year ago

i got an update, i have worked on it and it is about to be finished with my problem. One more question is am i able within the macros.cfg to say that after he succesfully homed z to say that his new z position is G92 Z x?