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