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
As reported in the title, there is a compilation error if UBL is enabled. The error is:
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.