|
@ -160,6 +160,7 @@ void GcodeSuite::G35() { |
|
|
" ", (screw_thread & 1) == (adjust > 0) ? "CCW" : "CW", |
|
|
" ", (screw_thread & 1) == (adjust > 0) ? "CCW" : "CW", |
|
|
" by ", abs(full_turns), " turns"); |
|
|
" by ", abs(full_turns), " turns"); |
|
|
if (minutes) SERIAL_ECHOPAIR(" and ", abs(minutes), " minutes"); |
|
|
if (minutes) SERIAL_ECHOPAIR(" and ", abs(minutes), " minutes"); |
|
|
|
|
|
if (ENABLED(REPORT_TRAMMING_MM)) SERIAL_ECHOPAIR(" (", -diff, "mm)"); |
|
|
SERIAL_EOL(); |
|
|
SERIAL_EOL(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|