Fix EXT_UI example onFilamentChange Parameter (#14649)
This commit is contained in:
parent
5ccf8c2c33
commit
ebb1a7dc1f
1 changed files with 1 additions and 1 deletions
|
@ -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() {}
|
||||
|
|
Reference in a new issue