Skip to content
Snippets Groups Projects
Commit ebb1a7dc authored by Robby Candra's avatar Robby Candra Committed by Scott Lahteine
Browse files

Fix EXT_UI example onFilamentChange Parameter (#14649)

parent 5ccf8c2c
No related branches found
No related tags found
No related merge requests found
......@@ -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() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment