Update dgus_creality_lcd.cpp

This commit is contained in:
InsanityAutomation
2022-04-26 22:57:56 -04:00
parent b6ad2db3a9
commit 64cf8316e1
@@ -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)