Browse Source

Fix EXT_UI example onFilamentChange Parameter (#14649)

Robby Candra 5 years ago
parent
commit
ebb1a7dc1f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/extui_example.cpp

+ 1
- 1
Marlin/src/lcd/extui_example.cpp View File

@@ -54,7 +54,7 @@ namespace ExtUI {
54 54
   void onPrintTimerStarted() {}
55 55
   void onPrintTimerPaused() {}
56 56
   void onPrintTimerStopped() {}
57
-  void onFilamentRunout() {}
57
+  void onFilamentRunout(const extruder_t extruder) {}
58 58
   void onUserConfirmRequired(const char * const msg) {}
59 59
   void onStatusChanged(const char * const msg) {}
60 60
   void onFactoryReset() {}

Loading…
Cancel
Save