浏览代码

Fix EXT_UI example onFilamentChange Parameter (#14649)

Robby Candra 5 年前
父节点
当前提交
ebb1a7dc1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/lcd/extui_example.cpp

+ 1
- 1
Marlin/src/lcd/extui_example.cpp 查看文件

@@ -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() {}

正在加载...
取消
保存