-
-
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
Enabling SD power recovery #11341
Comments
|
Thanks for your reply cjsoong |
I have a other question |
@mogey336 |
Marlin-bugfix-1.1.x it Marlin-bugfix-1.1.x shifted axis z valu 2mm after homeing power loss |
@takno91 same problem |
@cjsoong cjsoong |
@cjsoong |
@mogey336 Try this change, my test is OK
|
i have tried all of it but some times it moves 1.5mm and some times 6mm any idea..? |
to use the function, it is necessary to activate EEPROM? |
Yes. That's where the state data can survive. |
@jhonf441 POWER_LOSS_RECOVERY is to write data to the SD card. Not written to the EEPROM. |
I've The Same Problem .. The First Resume Survive But Any Resume After It Z axis Shifted 2 , 4, 6 mm each time @cjsoong Thank You For Contributing ^^ |
same problem any solution ? |
the first print resume is fine but in the second it start from a correct z level but make only one layer and then level up to high and print |
Power Loss Recovery is still very new and needs more refinement. For example, you cannot resume a file in a sub-folder right now, and it uses much more SRAM than necessary. It will be getting an overhaul very soon to address these issues, and we'll probably figure out the failed second resume issue also. |
same problem any solution ? |
I'll be working on the feature later this week. |
i waiting you thanks so much |
hi no progress in the topic yet? |
i checked for the problem, the current position for Z axis is not written in the resume file, so after resume, firmware can't define Z axis position and it blinks question mark. |
|
See #12440 for an updated and optimized version of Power-Loss Recovery. Needs testing. Enable the |
Where does it write the saved information to is it the sd card or eeprom |
As far as I am aware recovery data is saved on the sd card |
hello,Are there any updates about powerlosss recovery ? |
I have marlin 2.0.x latest, I have enabled POWER_LOSS_RECOVERY and have MKS DET Power outage detection module connected to P44 , it is HIGH with we have POWER and LOW when there is no Power so I have changed POWER_LOSS_STATE to LOW. Without power
With Power I am not sure what I am missing here |
Hi, upgraded to Marlin bugfix2, un-commented power_loss_recovery. not using any pin for power outage and after each layer marlin writes in PLR file on Sd card but after power outage and re plug, no resume print appears? any help will be appreciated. |
Download |
thanks for reply, i'll check it. |
Hi thinkyhead, (I don't know how it worked in previous versions. I am new to this) |
My post above is not entirely correct. Today I was able to deepen with other tests.
Here I have tried to explain the problem in detail: I think the problems are in the BTT display firmware and not in Marlin. |
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. |
How can i enable SD power recovery?Do i need a hardware (power detection circuit)?
The text was updated successfully, but these errors were encountered: