Improve debug of homing move feedrate
This commit is contained in:
parent
542baea2e1
commit
0d7c559139
@ -2939,8 +2939,8 @@ static void do_homing_move(const AxisEnum axis, const float distance, const floa
|
|||||||
SERIAL_ECHOPAIR(">>> do_homing_move(", axis_codes[axis]);
|
SERIAL_ECHOPAIR(">>> do_homing_move(", axis_codes[axis]);
|
||||||
SERIAL_ECHOPAIR(", ", distance);
|
SERIAL_ECHOPAIR(", ", distance);
|
||||||
SERIAL_ECHOPAIR(", ", fr_mm_s);
|
SERIAL_ECHOPAIR(", ", fr_mm_s);
|
||||||
SERIAL_CHAR(')');
|
SERIAL_ECHOPAIR(" [", fr_mm_s ? fr_mm_s : homing_feedrate(axis));
|
||||||
SERIAL_EOL();
|
SERIAL_ECHOLNPGM("])");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user