Fix G35 output formatting (#18631)
This commit is contained in:
parent
2c238e4fc2
commit
56c3deb423
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ void GcodeSuite::G35() {
|
|||
|
||||
SERIAL_ECHOPAIR("Turn ", tramming_point_name[i],
|
||||
" ", (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");
|
||||
SERIAL_EOL();
|
||||
}
|
||||
|
|
Reference in a new issue