Skip to content

Commit

Permalink
Add missing ExtUI method (#21763)
Browse files Browse the repository at this point in the history
Fixes #21761
  • Loading branch information
ellensp authored May 2, 2021
1 parent b356b44 commit 9d43570
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 9d43570

Please sign in to comment.