|
@@ -157,7 +157,7 @@ void GcodeSuite::G35() {
|
157
|
157
|
const int minutes = trunc(decimal_part * 60.0f);
|
158
|
158
|
|
159
|
159
|
SERIAL_ECHOPAIR("Turn ", tramming_point_name[i],
|
160
|
|
- " ", (screw_thread & 1) == (adjust > 0) ? "Counter-Clockwise" : "Clockwise",
|
|
160
|
+ " ", (screw_thread & 1) == (adjust > 0) ? "CCW" : "CW",
|
161
|
161
|
" by ", abs(full_turns), " turns");
|
162
|
162
|
if (minutes) SERIAL_ECHOPAIR(" and ", abs(minutes), " minutes");
|
163
|
163
|
SERIAL_EOL();
|