ellensp 3 лет назад
Родитель
Сommit
50195ec990
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Marlin/src/lcd/extui/anycubic_i3mega_lcd.cpp

+ 4 - 0
Marlin/src/lcd/extui/anycubic_i3mega_lcd.cpp

@@ -100,6 +100,10 @@ namespace ExtUI {
     void onMeshUpdate(const int8_t xpos, const int8_t ypos, const_float_t zval) {
     void onMeshUpdate(const int8_t xpos, const int8_t ypos, const_float_t zval) {
       // Called when any mesh points are updated
       // Called when any mesh points are updated
     }
     }
+
+    void onMeshUpdate(const int8_t xpos, const int8_t ypos, probe_state_t state) {
+      // Called when any mesh points are updated
+    }
   #endif
   #endif
 
 
   #if ENABLED(POWER_LOSS_RECOVERY)
   #if ENABLED(POWER_LOSS_RECOVERY)