浏览代码

Followup to autoreport patch (#16914)

See a1f026f57a
Tanguy Pruvot 4 年前
父节点
当前提交
68de12acbf
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      Marlin/src/feature/bedlevel/ubl/ubl.cpp

+ 2
- 1
Marlin/src/feature/bedlevel/ubl/ubl.cpp 查看文件

@@ -29,6 +29,7 @@
29 29
   unified_bed_leveling ubl;
30 30
 
31 31
   #include "../../../MarlinCore.h"
32
+  #include "../../../gcode/gcode.h"
32 33
 
33 34
   #include "../../../module/configuration_store.h"
34 35
   #include "../../../module/planner.h"
@@ -229,7 +230,7 @@
229 230
       SERIAL_EOL();
230 231
     }
231 232
 
232
-    set_gcode.set_autoreport_paused(was);
233
+    gcode.set_autoreport_paused(was);
233 234
   }
234 235
 
235 236
   bool unified_bed_leveling::sanity_check() {

正在加载...
取消
保存