-
-
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] G34, Z_STEPPER_ALIGN_XY not updating properly through flashing firmware #23328
Comments
Please download |
I believe the probe positions are saved in EEPROM which means you need to reinitialize the EEPROM after updating the probe positions in the config. Try |
I will try the bug-fix version as soon as I can, updating the config files is somewhat tedious (any better way to do this?).
I just tried this and you're correct! M502 followed by M500 does update the values properly. |
It is when changing values stored in EEPROM. |
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. |
Did you test the latest
bugfix-2.0.x
code?No, but I will test it now!
Bug Description
The initial setup of the G34 probing coordinates worked fine (Z_STEPPER_ALIGN_XY), except one was a little too close to the edge so I changed it. After re-flashing the firmware on the BTT GTR the coordinates hadn't changed like I expected. instead the initial ones remained causing a lot of confusion as it seemed like Marlin was ignoring the configured values.
In combination with the probing margin configuration for mesh leveling this caused the G34 process to throw a probing error before moving to the changed position because the old position is now out of bounds. But because the new values are still stored somewhere the out of bounds error doesn't show causing further confusion.
What I've tried:
I did find a workaround:
Bug Timeline
New bug
Expected behavior
I expected the probing coordinates of the third axis to change according to the ones configured in Z_STEPPER_ALIGN_XY
Actual behavior
The old initial values remained regardless of whatever was configured in Configuration_adv.h
Steps to Reproduce
Version of Marlin Firmware
2.0.7.2
Printer model
Custom
Electronics
BTT GTR V1.0 + BTT TFT35 V3.0
Add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
No response
Host Software
No response
Additional information & file uploads
Marlin.zip
The text was updated successfully, but these errors were encountered: