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] Give the possibility to impose ABL sensor #9

Closed mrv96 closed 3 years ago

mrv96 commented 3 years ago

Your code requires ABL sensor. PROBE_MANUALLY option would be a valid workaround to get your LCD UI working without the sensor. Unfortunatly your firmware requires also BABYSTEP_ZPROBE_OFFSET to be enabled, which needs ABL sensor.

Do you think there is a way to get your firmware working without ABL sensor?

P.S.: I have ABL sensor on my printer, but i would to help you to provide the most general Marlin possible.

As usual, thank you! :)