Hello,
I voluntarily disconnected the cable to test the plugion. The printer returned home but when I ran the recovery file, the print went back too high.
Is there a way to adjust the pickup pitch or just the Z-hop pitch when home?
I don't use Klipper for information
Can we measure the value of going up from Z during Home XY and enter it in the plugin?
I see in the Gcode this
; Klipper Z is not checked
; Z enable is not checked
G90 ;absolute positioning
G28 X0 Y0 ;home X/Y to min endstops
G92 Z3.1 ;set Z with any homing offsets
;M211 S0 ; Deactive software endstops
G91 ;relative positioning
G1 Z-0.0 F200 ; correcting Z_HOMING_HEIGHT
Excuse my english, that's translate from french
Hello,
I voluntarily disconnected the cable to test the plugion. The printer returned home but when I ran the recovery file, the print went back too high.
Is there a way to adjust the pickup pitch or just the Z-hop pitch when home?
I don't use Klipper for information
Can we measure the value of going up from Z during Home XY and enter it in the plugin?
I see in the Gcode this
; Klipper Z is not checked
; Z enable is not checked
G90 ;absolute positioning
G28 X0 Y0 ;home X/Y to min endstops
G92 Z3.1 ;set Z with any homing offsets
;M211 S0 ; Deactive software endstops
G91 ;relative positioning
G1 Z-0.0 F200 ; correcting Z_HOMING_HEIGHT
Excuse my english, that's translate from french