Update dgus_creality_lcd.cpp

This commit is contained in:
InsanityAutomation
2022-04-26 22:57:56 -04:00
parent 0fe5dee3aa
commit cf46adf06e
@@ -209,6 +209,9 @@ bool hasPrintTimer = false;
void onMeshUpdate(const int8_t xpos, const int8_t ypos, const ExtUI::probe_state_t state) {
ScreenHandler.OnMeshLevelingUpdate(xpos, ypos, 0);
}
void onLevelingDone() {
}
#endif
#if ENABLED(POWER_LOSS_RECOVERY)