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

[BUG] Unable to compile if UBL - MESH_BED_LEVELING is enabled #3

Closed mrv96 closed 3 years ago

mrv96 commented 3 years ago

As reported in the title, there is a compilation error if UBL is enabled. The error is:

image

This happens because the method ExtUI::onMeshUpdate(signed char, signed char, ExtUI::probe_state_t) must be implemented.

I'm going to make a pull request that solves the issue.

Desuuuu commented 3 years ago

Fixed as of af52d99754f4c05827ab805b4e31431065dfe36e.

Thanks!