Browse Source

Followup to autoreport patch (#16914)

See a1f026f57a
Tanguy Pruvot 4 years ago
parent
commit
68de12acbf
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/src/feature/bedlevel/ubl/ubl.cpp

+ 2
- 1
Marlin/src/feature/bedlevel/ubl/ubl.cpp View File

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

Loading…
Cancel
Save