|
|
|
|
154
|
|
154
|
|
155
|
SERIAL_ECHOPAIR("Turn ", tramming_point_name[i],
|
155
|
SERIAL_ECHOPAIR("Turn ", tramming_point_name[i],
|
156
|
" ", (screw_thread & 1) == (adjust > 0) ? "Counter-Clockwise" : "Clockwise",
|
156
|
" ", (screw_thread & 1) == (adjust > 0) ? "Counter-Clockwise" : "Clockwise",
|
157
|
- "by ", abs(full_turns), " turns");
|
|
|
|
|
157
|
+ " by ", abs(full_turns), " turns");
|
158
|
if (minutes) SERIAL_ECHOPAIR(" and ", abs(minutes), " minutes");
|
158
|
if (minutes) SERIAL_ECHOPAIR(" and ", abs(minutes), " minutes");
|
159
|
SERIAL_EOL();
|
159
|
SERIAL_EOL();
|
160
|
}
|
160
|
}
|