Explorar el Código

Followup to autoreport patch (#16914)

See a1f026f57a
Tanguy Pruvot hace 4 años
padre
commit
68de12acbf
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      Marlin/src/feature/bedlevel/ubl/ubl.cpp

+ 2
- 1
Marlin/src/feature/bedlevel/ubl/ubl.cpp Ver fichero

@@ -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…
Cancelar
Guardar