smith3d / 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.
http://marlinfw.org
GNU General Public License v3.0
95 stars 32 forks source link

[BUG] center probing area #4

Open phenomeus opened 3 years ago

phenomeus commented 3 years ago

I used 3x3 slow and now I'm testing 5x5 fast and I see that the probe area is not centered during leveling. is this normal or also something to modify with an offset?

JohnClementine commented 3 years ago

I'm also having this same issue. I was able to set my bed offsets and nozzle to probe offsets to get it to home perfectly in the center, but the actual probing command is still way off center

Were you able to find a resolution?

phenomeus commented 3 years ago

nope, but the prints are still ok

weinrank commented 3 years ago

Im facing the same problem. Offsets are correct, EEPROM reset didn't help.

I've also tried to recompile the firmware, no improvement. While the "home" Position at 0,0 seems to be okay the end positions of the 5x5 grid are totally off by multiple cm. This seems to only affect the X-axis. The Y-axis offset looks fine.

samsp-msft commented 3 years ago

I have had this issue with I think all versions of the smith3d firmware. Its as if the probing logic is not accounting for the probe offset values when calculating the coordinates to perform measurements.