Explorar el Código

Fix EXT_UI example onFilamentChange Parameter (#14649)

Robby Candra hace 5 años
padre
commit
ebb1a7dc1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/lcd/extui_example.cpp

+ 1
- 1
Marlin/src/lcd/extui_example.cpp Ver fichero

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

Loading…
Cancelar
Guardar