Klicky-Probe icon indicating copy to clipboard operation
Klicky-Probe copied to clipboard

Trying to implement it on certesian

Open Whackz187 opened this issue 2 years ago • 3 comments

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

Whackz187 avatar Apr 03 '23 11:04 Whackz187

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.

jlas1 avatar Apr 03 '23 13:04 jlas1

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 avatar Apr 04 '23 15:04 Whackz187

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?

Whackz187 avatar Apr 05 '23 14:04 Whackz187