Browse Source

Add missing ExtUI method (#21763)

Fixes #21761
ellensp 4 years ago
parent
commit
9d43570ada
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/lcd/extui/anycubic_i3mega_lcd.cpp

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

100
     void onMeshUpdate(const int8_t xpos, const int8_t ypos, const_float_t zval) {
100
     void onMeshUpdate(const int8_t xpos, const int8_t ypos, const_float_t zval) {
101
       // Called when any mesh points are updated
101
       // Called when any mesh points are updated
102
     }
102
     }
103
+
104
+    void onMeshUpdate(const int8_t xpos, const int8_t ypos, probe_state_t state) {
105
+      // Called when any mesh points are updated
106
+    }
103
   #endif
107
   #endif
104
 
108
 
105
   #if ENABLED(POWER_LOSS_RECOVERY)
109
   #if ENABLED(POWER_LOSS_RECOVERY)

Loading…
Cancel
Save