pablogventura/OctoPrint-PowerFailure

Z homing problems

Toscarlee opened this issue · 3 comments

Hello, greetings everyone, the problem I have is the following
I use the command g28 x0 y0 it tells me that I have a 10mm z homing
When the printer gives me the recovery file, the first thing it does is go up 10 mm, it goes to home and then it goes down 10 mm and then it goes to z0 and tries to restart the print attached to the bed as if it were a new print.
Ender 3 s1 PRO

Upload your recovery gcode file and a screenshot of your PowerFailure settings.

Everything looks correct:

G28 X0 Y0 ;home X/Y to min endstops
G92 Z12.8 ;set Z with any homing offsets
;M211 S0 ; Deactive software endstops
G91 ;relative positioning
G1 Z-10.0 F200 ; correcting Z_HOMING_HEIGHT
G90 ;absolute positioning

G92 Z12.8 sets the Z-height with the homing offfset. This means your printer failed at Z=2.8mm
No where in the gcode does it go back to Z=0.