Followup to autoreport patch (#16914)

See a1f026f57a
2.0.x
Tanguy Pruvot 5 years ago committed by GitHub
parent 6320f9795c
commit 68de12acbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,7 @@
unified_bed_leveling ubl; unified_bed_leveling ubl;
#include "../../../MarlinCore.h" #include "../../../MarlinCore.h"
#include "../../../gcode/gcode.h"
#include "../../../module/configuration_store.h" #include "../../../module/configuration_store.h"
#include "../../../module/planner.h" #include "../../../module/planner.h"
@ -229,7 +230,7 @@
SERIAL_EOL(); SERIAL_EOL();
} }
set_gcode.set_autoreport_paused(was); gcode.set_autoreport_paused(was);
} }
bool unified_bed_leveling::sanity_check() { bool unified_bed_leveling::sanity_check() {

Loading…
Cancel
Save