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

Auto bed leveling problem #903

Closed rprilutsky closed 10 years ago

rprilutsky commented 10 years ago

after g29 in pronterface on a perfectly leveled bed I get:

SENDING:G29 Bed x: 30.00 y: 70.00 z: 14.07 Bed x: 180.00 y: 70.00 z: 18.14 Bed x: 180.00 y: 200.00 z: 21.10 Bed x: 30.00 y: 200.00 z: 24.11 Eqn coefficients: a: 0.00 b: 0.05 d: 12.24 planeNormal x: -0.00 y: -0.05 z: 1.00 echo:endstops hit: Z:24.11

It seems that about 4mm is added to each new probing of Z. Is this a bug?

rprilutsky commented 10 years ago

Issue is resolved - it was steppers skipping steps

github-actions[bot] commented 2 years ago

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.