MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.27k stars 19.23k forks source link

[BUG] (Bltouch probing in the same spot nomater the NOZZLE TO PROBE OFFSET #27462

Closed PDynia26 closed 1 month ago

PDynia26 commented 1 month ago

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

Hi, I have a problem that no matter what I change in NOZZLE_TO_PROBE_OFFSET no matter if its { 0, 0, 0 }, or { -48, -4, 0 }, or { 4, 67, 0 } when I load it to my printer and start auto homing it keeps homing the the same spot far to the right, when I want it to probe in the middle. Am I doing something wrong ? I will attach Configuration.h and Configuration_adv.h files

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

Ender 3

Electronics

SKR MINI E3 V3.0

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

Additional information & file uploads

Marlin.zip Configuration.h and Configuration_adv.h

ellensp commented 1 month ago

NOZZLE_TO_PROBE_OFFSETis saved to eeprom on first start Any additional changes to NOZZLE_TO_PROBE_OFFSET in Configuration.h are ignored

You have to force an eeprom update using gcode or a display Or enable EEPROM_INIT_NOW so that every time you upload the eeprom is reset to Config files

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.