|
@@ -491,7 +491,16 @@ namespace ExtUI {
|
491
|
491
|
void onLoadSettings(const char*) {}
|
492
|
492
|
void onConfigurationStoreWritten(bool) {}
|
493
|
493
|
void onConfigurationStoreRead(bool) {}
|
494
|
|
- void onPidTuning(const result_t) {}
|
|
494
|
+ void onMeshUpdate(const int8_t xpos, const int8_t ypos, const float zval) {}
|
|
495
|
+ void onMeshUpdate(const int8_t xpos, const int8_t ypos, const ExtUI::probe_state_t state) {}
|
|
496
|
+
|
|
497
|
+ #if ENABLED(POWER_LOSS_RECOVERY)
|
|
498
|
+ void onPowerLossResume() {}
|
|
499
|
+ #endif
|
|
500
|
+
|
|
501
|
+ #if HAS_PID_HEATING
|
|
502
|
+ void onPidTuning(const result_t rst) {}
|
|
503
|
+ #endif
|
495
|
504
|
}
|
496
|
505
|
|
497
|
506
|
#endif // MALYAN_LCD
|