Browse Source

Followup to autoreport patch (#16914)

See a1f026f57a
pull/1/head
Tanguy Pruvot 5 years ago
committed by GitHub
parent
commit
68de12acbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Marlin/src/feature/bedlevel/ubl/ubl.cpp

3
Marlin/src/feature/bedlevel/ubl/ubl.cpp

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

Loading…
Cancel
Save