-
-
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
[BUG] M851 Z-Offset is ignored #27517
Comments
Please test the |
Where is this location? |
It is 3.8mm below the nozzle. When sending M114 the Z value reads 10 |
NOZZLE_TO_PROBE_OFFSET values are stored in eeprom, When the firmware is first run the eeprom is populated with the default firmware settings at that time. Since you dont have EEPROM_INIT_NOW set, any attempts to update NOZZLE_TO_PROBE_OFFSET in configuration.h are ignored. The first set eeprom values take precedence. Either enable EEPROM_INIT_NOW so that the eeprom data is updated to Config file default every time you upload new firmware or Force a eeprom to new config values with M502 - Factory Reset then M500 - Save Settings after every new firmware upload. but this is only a guess as your Steps to Reproduce is empty! |
I'm sorry I forgot to mention that I did M502 -> M500 after the firmware update. |
Your Z-offset is "#define NOZZLE_TO_PROBE_OFFSET { -10, 0, -3.8 }" The key now is, where does the bed go when you move to Z=0? Typically the procedure I use is like this:
|
I'm sorry for not getting back to you for a couple of days. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
I'm upgrading a old printer with BLtouch and a BTT SKR1.4 Board.
No matter what I set my NOZZLE_TO_PROBE_OFFSET to the Z value is always ignored. When changing X and Y changes are applied but no matter what I set the Z value to the bed will always move to the same physical location.
Config.zip
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
2.1.2.4
Printer model
No response
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: