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.23k stars 19.22k forks source link

delta printer manual bed leveling #24531

Open pascal2313 opened 2 years ago

pascal2313 commented 2 years ago

Is your feature request related to a problem? Please describe.

i have a delta printer with a really Warped bed and i don't want to buy a bl-touch ant the manual bed leveling feature says it is incomplete

Are you looking for hardware support?

No response

Describe the feature you want

an option for manual bed leveling for delta printers

Additional context

No response

Bob-the-Kuhn commented 2 years ago

You can enable UBL leveling and skip the P1 (automated probing) portion. Just do G29 P0, then G29 P4 and then G29 P3.

This requires an LCD.

You may need to lie to Marlin and tell it you have a non-existsent probe as I think the logic assumes automatic probing.