-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Power loss recovery does not continue printing #19602
Comments
I was about to make an issue for the exact same problem. It seems like it only does a single print move after it resumes, and then hangs indefinitely. I'm on a SKR Mini E3 v1.2 with the BTT UPS 24V for power loss recovery, and it looks like you're on the stock board. Same exact issue here. Still looking around to see if this is an isolated thing or a bug in 2.0.7. I can add my config files if needed too. |
Hi Katerine. |
I will install some previous version of Marlin, to see if it solves the problem. |
hi, |
Hello. |
hi, |
Great! I will try to do the same. |
Then the problem is in the PLR library. I will try to compare those libraries in Marlin 2.0.6 and 2.0.7, to find the error. Hopefully some official Marlin developer will see this thread and can help. |
i have tried to do this, but don´t now anything about coding :( |
hi, have you find the issue? ths file change work? |
Hi, I have spent hours reviewing and comparing the powerloss files, but they made many modifications from version 2.0.6 to 2.0.7 and I haven't found the problem. |
the two files, its only for PLR, why change your Z axis...? strange... |
Yes, I think it may be that, while the printer is off, the Z-axis goes down because the motor is not braked and that causes the position in the Z-axis to be lost. At the moment, I have the printer running with PLR disabled, praying that the power does not cut again, as in recent days (I lost a print that took 20 of 22 hours). Has PLR worked well for you after replacing the files? |
the test i made yes, work great. i will test again. it locks the ender 3 v2 with 2.0.7 have the same issue. lets wait for news. |
Yes, it's like I told you: between the changes they made from Marlin 2.0.6 to 2.0.7, it was in PLR, they changed a lot of things, I guess something went wrong. The strange thing is that until now we have very few people reporting that problem, I don't know if it is something that doesn't affect everyone at the moment of updating. |
maybe people don't notice. |
Same problem with skr 1.4 turbo and btt tft35 v3.0 serial prompt say:
|
More people with this issue. Ok, need to wait for correction. thanks |
in addition after abort resume serial say
and if i try to print from media is void i have to select change media couple of time and file appears |
hi, today a test again and its work fine the PLR, (i have change the powerloss.cpp and powerloss.h from marlin 2.0.6 to 2.0.7 ) and use vscode com compile. don't now anything about coding.. think i have luck with the file change. |
not for me still not working with 2.0.6 |
Today they made a PLR correction in the bugfix version. It's time to do a quick test to see if it solves our problem, although they don't mention anything about it. |
hi, never use a bug fix. |
@pkfloyd go to https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x click on big green CODE icon and download zip |
even worst, when i start printing any gcode lcd show resume from powerloss: 3d printer halted: please reboot |
hi, today i compile the marlin 2.0.7.1 and have the same issue. PLR don't work. wend its turn on, say "resume" but nozzle go to piece and don`t move. |
A pull request was merged 9 days ago that may resolve this. Please be sure to test with the latest bugfix-2.0.x code. @Sergey1560 are you still working on finding a better solution? |
Just some feedback; I had exactly the same issue as described in this bug. Today I took the latest bug fix build and put this on my printer. I tested the power restore feature and
So this looks to be fixed. |
Yes, I am trying to find the real reason. |
Still got the same Problem ( Compiled the latest Bugfix yesterday ) for a Tronxy XY-2 Pro with V6 Board. |
#20035 (comment) |
Yep. Fixed it for me too. Just found out i compiled the Release Version and not the Bugfix. |
no, still not fixed. When it resumes, it homes, raises z, the bltouch senses height on the part and when the print resumes, the z height is higher than where it left off and it does not stick to the part. have tried it twice with and without pause. |
this is not related to this issue |
Hello My board is MKS SGEN L V1.0 I noticed that there is an option in Marlin 2.07 (Advanced Configurations) which is #define SDCARD_CONNECTION LCD if you specify the SDCARD location to be either onboard or in the LCD, I think this will solve the issue and help Marlin Firmware to get access to the PLR file please use the same SDCARD SLOT you specified in your Marlin version |
Hi
I have an SKR Mini E3 v2.0 and so specify:
#define SDCARD_CONNECTION ONBOARD
That was defined long ago and still the bug existed for me. So I don’t think this would be the solution. The latest bug fix with the workaround solves the problem for me.
…On 23 Nov 2020, 02:15 +0200, Marlina-Marlino ***@***.***>, wrote:
Hello
I have the same issue and I tried to figure it out.
My board is MKS SGEN L V1.0
Dirvers MKS TMC2209 V2.0
Marlin 2.0.7.1
I noticed that there is an option in Marlin 2.07 (Advanced Configurations) which is
#define SDCARD_CONNECTION LCD
if you specify the SDCARD location to be either onboard or in the LCD, I think this will solve the issue and help Marlin Firmware to get access PLR file
Please check and report back if the problem is solved
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Please test the |
@cguerrero1205 when will you be back? |
Hello. I just loaded the Bugfix-2.0.x version and the problem is fixed, but I still don't know whether to close this thread, as @Sergey1560 is still investigating the origin of the problem. I think that if it were necessary to close it, @thinkyhead would have closed it when he made the correction in Bugfix-2.0.x. |
Let’s give @Sergey1560 some time to investigate and get back. I believe the earlier fix was a workaround, without understanding or fixing the true root-cause. |
I have not yet been able to find the exact problem, there is a slight lack of time for everything. But when it possible, I continue to work. I have a suggestion. Maybe we should open a new issue, with a description of how to reproduce the problem in a simple way? This will possibly attract the attention of other developers. The problem is more important than it seems, it is not with the Power loss recovery module, but with the operation of the file system and may be reflected in the future in some other place. The possible involvement of more experienced developers will help fix the problem faster. How to reproduce the problem in a simple way, without need of Power loss recovery:
This function is not for merge, just for testing the problem.
Output for me is:
|
I have been pulling my hair out for 2 days only to find many people are having the exact same problem |
Isn't anyone interested in this problem. The long-standing problem has not yet been solved. By the way, bugfix also has this problem. |
still occurs on marlin 2.0.7.2 |
The bugfix version should not present the problem, since they added the solution in one of their interactions. |
Try with bugfix version |
I tried with the latest bugfix version and the issue is the same. |
Describe your issue and post configs file
Il mar 8 dic 2020, 05:58 github051 <notifications@github.com> ha scritto:
… I tried with the latest bugfix version and the issue is the same.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19602 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAKLAQNFUHKRPDP3PSLC7LSTWW6NANCNFSM4SDBNIJA>
.
|
Finally, with the latest bugfix, power loss recovery is working fine. My board is MKS Robin v1.4 and to detect the power loss i'm using the MKS Power det module. Here is my settings:
#endif |
I hope we can close this issue. |
It seems this has been fixed in the bugfix version, all the other versions are just frozen copies of bugfix will close this one, we can reopen if it can be demonstrated that the issue is still there |
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. |
Bug Description
My Ender 3 pauses after a power outage, heats the bed and nozzle, returns to where it was before the power outage, but the nozzle stays still at that point.
My Configurations
Marlin.zip
Steps to Reproduce
Expected behavior: Print needs to resume where it left off.
Actual behavior: It remains in an eternal pause.
Additional Information
The text was updated successfully, but these errors were encountered: