Corrected Bed Height vs. Bed Topology for verbosity > 3
and cleaned out some tabs. Everything else is a rebased PR#2017 as proposed by @CptanPanic
This commit is contained in:
parent
62302ceb9e
commit
ed6598adf5
|
@ -2811,7 +2811,7 @@ inline void gcode_G28() {
|
|||
SERIAL_EOL;
|
||||
} // yy
|
||||
SERIAL_EOL;
|
||||
|
||||
if (verbose_level > 3) {
|
||||
SERIAL_PROTOCOLPGM(" \nCorrected Bed Height vs. Bed Topology: \n");
|
||||
|
||||
for (int yy = auto_bed_leveling_grid_points - 1; yy >= 0; yy--) {
|
||||
|
@ -2834,9 +2834,8 @@ inline void gcode_G28() {
|
|||
SERIAL_EOL;
|
||||
} // yy
|
||||
SERIAL_EOL;
|
||||
|
||||
}
|
||||
} //do_topography_map
|
||||
|
||||
#endif //!DELTA
|
||||
|
||||
#else // !AUTO_BED_LEVELING_GRID
|
||||
|
|
Loading…
Reference in a new issue