Improve debug of homing move feedrate
This commit is contained in:
parent
c8e4b7c8a6
commit
2c1205d8b1
1 changed files with 2 additions and 2 deletions
|
@ -1054,8 +1054,8 @@ static void do_homing_move(const AxisEnum axis, const float distance, const floa
|
|||
SERIAL_ECHOPAIR(">>> do_homing_move(", axis_codes[axis]);
|
||||
SERIAL_ECHOPAIR(", ", distance);
|
||||
SERIAL_ECHOPAIR(", ", fr_mm_s);
|
||||
SERIAL_CHAR(')');
|
||||
SERIAL_EOL();
|
||||
SERIAL_ECHOPAIR(" [", fr_mm_s ? fr_mm_s : homing_feedrate(axis));
|
||||
SERIAL_ECHOLNPGM("])");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Reference in a new issue