Keith Bennett
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/gcode/bedlevel/G35.cpp
|
@ -154,7 +154,7 @@ void GcodeSuite::G35() { |
|
|
|
|
|
|
|
|
SERIAL_ECHOPAIR("Turn ", tramming_point_name[i], |
|
|
SERIAL_ECHOPAIR("Turn ", tramming_point_name[i], |
|
|
" ", (screw_thread & 1) == (adjust > 0) ? "Counter-Clockwise" : "Clockwise", |
|
|
" ", (screw_thread & 1) == (adjust > 0) ? "Counter-Clockwise" : "Clockwise", |
|
|
"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"); |
|
|
SERIAL_EOL(); |
|
|
SERIAL_EOL(); |
|
|
} |
|
|
} |
|
|