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.14k stars 19.2k forks source link

Auto bed leveling does not work for delta geometry #682

Closed skmpowdjy closed 10 years ago

skmpowdjy commented 10 years ago

Running the auto-bed leveling only moves the Z-stepper when delta geometry is enabled, rather than moving all 3 steppers to move the probe down

alexborro commented 10 years ago

This Auto Bed Leveling is meant for Cartesian printers, not delta bots. I will add a protection to stop the compilation when both are defined.

Besides that, some friends are testing Johans leveling so we can add to official branch.

Cheers.

Alex. Em 15/12/2013 18:42, "Corey Buttel" notifications@github.com escreveu:

Running the auto-bed leveling only moves the Z-stepper when delta geometry is enabled, rather than moving all 3 steppers to move the probe down

— Reply to this email directly or view it on GitHubhttps://github.com/ErikZalm/Marlin/issues/682 .

skmpowdjy commented 10 years ago

Got it. Thanks for the reply!

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.