Fix EXT_UI example onFilamentChange Parameter (#14649)
This commit is contained in:
parent
5ccf8c2c33
commit
ebb1a7dc1f
@ -54,7 +54,7 @@ namespace ExtUI {
|
||||
void onPrintTimerStarted() {}
|
||||
void onPrintTimerPaused() {}
|
||||
void onPrintTimerStopped() {}
|
||||
void onFilamentRunout() {}
|
||||
void onFilamentRunout(const extruder_t extruder) {}
|
||||
void onUserConfirmRequired(const char * const msg) {}
|
||||
void onStatusChanged(const char * const msg) {}
|
||||
void onFactoryReset() {}
|
||||
|
Loading…
Reference in New Issue
Block a user