-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] Acceleration/Jerk limits do not survive a power panic #2456
Comments
When upgrading K values of a LA1.0 print, also adjust E-jerk settings (<2) if permissible according to current accell limits. The same is also true when jerk is set mid-print via 'M205 E'. Existing values are always restored when switching to another compatibility mode. TODO: Since this is stateful, we will need to save the current print mode / acceleration and jerk in the eeprom for this to survive a power panic (see prusa3d#2456)
When upgrading K values of a LA1.0 print, also adjust E-jerk settings (<2) if permissible according to current accell limits. The same is also true when jerk is set mid-print via 'M205 E'. Existing values are always restored when switching to another compatibility mode. TODO: Since this is stateful, we will need to save the current print mode / acceleration and jerk in the eeprom for this to survive a power panic (see prusa3d#2456).
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment. |
@gudnimg Aren't these now also stored in eeprom? Please verify. |
We definately don’t save the jerk value. Not sure about acceleration. It is very easy to add this. 👍 |
It looks like we do save the acceleration. But we don't save the maximum jerk value.
We also don't save these values:
|
…ring power panic Thanks to @wavexx in prusa3d#2456
Fixed with #4657 |
…ring power panic Thanks to @wavexx in prusa3d#2456
Printer type - MK2.5/MK2.5S/MK3/MK3S
Printer firmware version- 3.9.0+
Describe the bug
Acceleration and Jerk limits are generally set at the beginning of a print and are usually different to default settings (or eeprom values).
These values currently do not survive a power panic, but they should.
On restart default values are reloaded, which will result in different printing behavior.
The text was updated successfully, but these errors were encountered: