Bläddra i källkod

Followup to autoreport patch (#16914)

See a1f026f57a
Tanguy Pruvot 4 år sedan
förälder
incheckning
68de12acbf
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      Marlin/src/feature/bedlevel/ubl/ubl.cpp

+ 2
- 1
Marlin/src/feature/bedlevel/ubl/ubl.cpp Visa fil

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

Laddar…
Avbryt
Spara