G35 workaround for Pronterface "feature" (#19577)
This commit is contained in:
parent
5a02959d18
commit
f8375a3ea2
@ -157,7 +157,7 @@ void GcodeSuite::G35() {
|
|||||||
const int minutes = trunc(decimal_part * 60.0f);
|
const int minutes = trunc(decimal_part * 60.0f);
|
||||||
|
|
||||||
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) ? "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");
|
||||||
SERIAL_EOL();
|
SERIAL_EOL();
|
||||||
|
Loading…
Reference in New Issue
Block a user