-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Nozzle crash on power loss recovery restore #22792
Comments
The gantry does not visibly move down after the PSU switches off or after the Backup Battery depletes the only movement after the PSU switches off is the upwards movement to move the nozzle off the print after power loss. Unfortunately I have been unable to test the ZHOME option as I have a BLTouch installed with safe Z homing enabled (I do not have a Z min switched installed on the machine and use the probe for z homing) see #22763
I have also tried my config branched off the commit you mention https://github.com/mikepthomas/Marlin/tree/power-loss-debug and I am still having the nozzle drive down through the print into the bed as described in my description above. |
When trying this, the nozzle restores to completely the wrong place and then still crashes into the bed... |
Please test the |
Just to update, I never did get to the bottom of the issue and only had 1 failed print due to a power outage since. I unfortunately cannot test the latest bug fix branch as I am currently replacing the SKR 1.4 with an SKR Pico which only works with Klipper as I need the 1.4 for another printer that I am building. |
Thanks for the follow-up! If you ever switch back to Marlin and experience this problem again, feel free to open a new issue. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Using BIGTREETECH SKR 1.4 Turbo control board. Experiencing problem when I resume printing during power loss recovery.
When POWER_LOSS_RECOVERY is enabled, BACKUP_POWER_SUPPLY is enabled and POWER_LOSS_RECOVER_ZHOME is disabled the following abnormal behaviour is observed:
The printer is equipped with bigtreetech ups 12v v2.0. When I switch off the power the printer pauses printing, raises its print head and saves configuration parameters on an SD Card.
When I switch on the power again and select the resume printing option, the printer does homing of XY axes, heats the head bed and heats the head. Then it moves to the XY position where it stopped printing at power off. At the next stage it is about to resume printing. It starts lowering down the nozzle but goes too far crashing into the heat bed.
Bug Timeline
Old issue as described in #20516
Expected behavior
When the printer powers on it is expected to: home XY axes; heat up the head bed and the head; move to the XY position where it stopped printing at power off; lower Z axes to the position when it stopped; resume printing.
Actual behavior
Instead of returning back to its previous Z position when it stopped printing, the printer keeps lowering the nozzle until it crashes into the heat bed.
Steps to Reproduce
Version of Marlin Firmware
https://github.com/mikepthomas/Marlin
Printer model
Anet A8
Electronics
Bigtreetech SKR 1.4 Turbo
Add-ons
Bigtreetech 12v UPS v2.0
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
SD Card (headless)
Additional information & file uploads
The firmware I am using is available on my GitHub repository
The text was updated successfully, but these errors were encountered: