Просмотр исходного кода

Add ExtUI mesh items for Malyan LCD

Fixes #17429
Scott Lahteine 5 лет назад
Родитель
Сommit
2e21c72542
1 измененных файлов: 10 добавлений и 1 удалений
  1. 10
    1
      Marlin/src/lcd/extui_malyan_lcd.cpp

+ 10
- 1
Marlin/src/lcd/extui_malyan_lcd.cpp Просмотреть файл

@@ -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

Загрузка…
Отмена
Сохранить