XYZcal fix
This commit is contained in:
parent
5b4641af40
commit
d0eba1fcfa
|
|
@ -2035,7 +2035,11 @@ BedSkewOffsetDetectionResultType find_bed_offset_and_skew(int8_t verbosity_level
|
||||||
// SERIAL_ECHO(int(verbosity_level));
|
// SERIAL_ECHO(int(verbosity_level));
|
||||||
// SERIAL_ECHOPGM("");
|
// SERIAL_ECHOPGM("");
|
||||||
|
|
||||||
|
#ifdef NEW_XYZCAL
|
||||||
|
{
|
||||||
|
#else //NEW_XYZCAL
|
||||||
while (iteration < 3) {
|
while (iteration < 3) {
|
||||||
|
#endif //NEW_XYZCAL
|
||||||
|
|
||||||
SERIAL_ECHOPGM("Iteration: ");
|
SERIAL_ECHOPGM("Iteration: ");
|
||||||
MYSERIAL.println(int(iteration + 1));
|
MYSERIAL.println(int(iteration + 1));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue