We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bugfix-2.0.x
Yes, and the problem still exists.
Flashing the latest Bugfix 2.0 is giving me an EEPROM error. Reset (M502) works, but saving to EEPROM (M500) gives me an EEPROM Datasizve error.
M502
M500
EEPROM Datasizve error
Turning on #define DEBUG_EEPROM_READWRITE prints the error as Error:Field planner_leveling_active mismatch.
#define DEBUG_EEPROM_READWRITE
Error:Field planner_leveling_active mismatch
When I run M504 I get:
M504
Error:EEPROM datasize error echo:Index: 675 Size: 656
Marlin bugfix-2.0.x (Mar 17 2022 10:20:25)
Creality Ender 5
SKR V1.3, TMC2209, BLTouch
Linear Rails
ABL Bilinear mesh
Cura
OctoPrint
Configuration.zip
The text was updated successfully, but these errors were encountered:
Issue is with X_AXIS_TWIST_COMPENSATION eeprom settings, creating a pr
Sorry, something went wrong.
See #23744 (comment)
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.
No branches or pull requests
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Flashing the latest Bugfix 2.0 is giving me an EEPROM error.
Reset (
M502
) works, but saving to EEPROM (M500
) gives me anEEPROM Datasizve error
.Turning on
#define DEBUG_EEPROM_READWRITE
prints the error asError:Field planner_leveling_active mismatch
.When I run
M504
I get:Steps to Reproduce
Version of Marlin Firmware
Marlin bugfix-2.0.x (Mar 17 2022 10:20:25)
Printer model
Creality Ender 5
Electronics
SKR V1.3, TMC2209, BLTouch
Add-ons
Linear Rails
Bed Leveling
ABL Bilinear mesh
Your Slicer
Cura
Host Software
OctoPrint
Additional information & file uploads
Configuration.zip
The text was updated successfully, but these errors were encountered: