Desuuuu / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform. Modified with a new DWIN T5UID1 touchscreen implementation.
GNU General Public License v3.0
31 stars 10 forks source link

[FR] Support for AUTO_BED_LEVELING_UBL #8

Closed mrv96 closed 3 years ago

mrv96 commented 3 years ago

Hi, as you already know i'm trying your firmware. I notice that AUTO_BED_LEVELING_UBL screen leveling is currently not supported. Could you add it? I would like to make a PR, but i guess that this task is much easier for you that already know the code.

Desuuuu commented 3 years ago

Do you mean adding support to the touchscreen firmware for it? I'm not familiar about the leveling procedure with UBL.

mrv96 commented 3 years ago

Yes. I mean exactly that. UBL is not very different from the others, but has a different Gcode sequence to be executed during the leveling procedure: https://marlinfw.org/docs/gcode/G029-ubl.html

The firmware could for instance performs exactly what is reported at the end of the previous url's page.

IMHO at least for the moment G26 part could be avoided.