-
-
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
Problem with SD power recovery #11072
Comments
I have similar issue. When I interrupt the printer (reset it by diconnecting from Repetier Host or switching off the psu) while it's printing, at next boot it show me correctly the resume menu. When I select to resume the print, it warm up the hot bed and the extruder , then raise Z (, go home with X & Y two time and then fall down z. it never go back over the object but it say "continuing print" on the display. It remain parked at x0 y0. I uploaded a video on youtube to show you better the situation: LINK |
Do you print from USB/serial or from SD? Can only work when printing from SD! |
The feature was recently patched to fix an issue with the data saved to the BIN file. Please re-test the latest code whenever you have a chance. It can only be used with SD printing. |
I tested the feature while I'm printing from sd. thanks in advance for the tip |
More patches to the feature have been merged just now, so be sure to get the latest code. It's not exactly perfect yet, but it's getting farther than it was before. |
I'm trying to upload the latest 2.0 marlin version to my geeetech i3 pro b but i can't do with arduino IDE 1.9beta because a lot of error (see here).
|
@5a2v0 Have you tried the bugfix-1.1.x please ? I don't have any geeetech to test it but that code should work, just choose the bltouch or no probe version: |
I have no probe actually. I will try 1.1.x and I Will let you know. maybe is better to run another test with 2.0.x before switching to 1.1.x |
hi all The First Resume Survive But Any Resume After It Z axis Shifted 2 , 4, 6 mm each time |
I've heard about that in another thread here someplace. |
@thinkyhead hello pro have a nice day are you have new news to power loss |
hello all |
News will be posted in this issue when there is news. Please don't nag the maintainers. |
See #12440 for an updated and optimized version of Power-Loss Recovery. Needs testing. Enable the |
@programer786 problem solved? |
@boelle Hello, |
@programer786 so maybe click the green close button below? |
@boelle so how to solved thes problem plasae |
use an UPS unit i guess, i dont use the feature |
@walidsmart the problem got solved in the bugfix branch, please download a fresh copy and uncomment the auto recovery line |
@walidsmart and make sure to use bugfix 2.0 @programer786 could you click the green close button below? people can still write even if closed, but there is no need to have it open anymore |
@boelle Oh yeah sure. I'm sorry, I'm not really used to posting on github. |
the ups will output mains voltage to the psu.... and i guess the psu converts it to what voltage the printer needs og course the ups needs to have enough to run the printer for say at least 6 hours |
when I enable power loss recover mode in marlin 1.1.9 after starting print it just shown me power loss recovery on display so i click on resume print it just restart the main board. |
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. |
Hello,
First of all, thank you very much for implementing the power recovery code from the CR-10S into marlin.
I can understand that you you just implemented it a short while ago and I don't want to complain at all, but I think it isn't working correctly somehow. I've been testing it in different stages of different prints on my anet A8 and it recognizes power outages and asks whether I want to resume the print, which is already awesome.
It also recalls the position it should be at, since the LCD is displaying the right position, but the print never continues.
Apparently the code is supposed to raise the nozzle, then to home X and Y
a few timesand then to come back to the old position. After that, it should lower itself and continue printing. However, the printer doesn't lower the nozzle after homing a few times on my machine, it just goes to the correct X and Y position and then stays a few millimeters over the print. The LCD reads "Continuing..." but it seems like it doesn't continue, no matter how much time I give it.Could you please fix this issue ?
I am using 1.1.x bugfix with the example configurations for the anet A8, I've only uncommented the power recovery function in configuration_adv.h
The text was updated successfully, but these errors were encountered: