Followup to autoreport patch (#16914)

See a1f026f57a
This commit is contained in:
Tanguy Pruvot 2020-02-21 14:36:59 +01:00 committed by GitHub
parent 6320f9795c
commit 68de12acbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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