Skip to content

Commit

Permalink
Add missing ExtUI method (MarlinFirmware#21763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and Benjamin Saiz committed May 4, 2021
1 parent 278d11f commit ce4c152
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/lcd/extui/anycubic_i3mega_lcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ namespace ExtUI {
void onMeshUpdate(const int8_t xpos, const int8_t ypos, const_float_t zval) {
// 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

#if ENABLED(POWER_LOSS_RECOVERY)
Expand Down

0 comments on commit ce4c152

Please sign in to comment.