mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-02 16:59:03 +00:00
🧑💻 Tweak planner debug
This commit is contained in:
parent
745577693d
commit
8d4ab15748
@ -1905,13 +1905,13 @@ bool Planner::_populate_block(
|
|||||||
SERIAL_ECHOLNPGM(
|
SERIAL_ECHOLNPGM(
|
||||||
" _populate_block FR:", fr_mm_s,
|
" _populate_block FR:", fr_mm_s,
|
||||||
#if HAS_X_AXIS
|
#if HAS_X_AXIS
|
||||||
" A:", target.a, " (", dist.a, " steps)"
|
" " STR_A ":", target.a, " (", dist.a, " steps)"
|
||||||
#endif
|
#endif
|
||||||
#if HAS_Y_AXIS
|
#if HAS_Y_AXIS
|
||||||
" B:", target.b, " (", dist.b, " steps)"
|
" " STR_B ":", target.b, " (", dist.b, " steps)"
|
||||||
#endif
|
#endif
|
||||||
#if HAS_Z_AXIS
|
#if HAS_Z_AXIS
|
||||||
" C:", target.c, " (", dist.c, " steps)"
|
" " STR_C ":", target.c, " (", dist.c, " steps)"
|
||||||
#endif
|
#endif
|
||||||
#if HAS_I_AXIS
|
#if HAS_I_AXIS
|
||||||
" " STR_I ":", target.i, " (", dist.i, " steps)"
|
" " STR_I ":", target.i, " (", dist.i, " steps)"
|
||||||
|
Loading…
Reference in New Issue
Block a user