Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Tweak planner debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 16, 2024
1 parent 7455776 commit 8d4ab15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/module/planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1905,13 +1905,13 @@ bool Planner::_populate_block(
SERIAL_ECHOLNPGM(
" _populate_block FR:", fr_mm_s,
#if HAS_X_AXIS
" A:", target.a, " (", dist.a, " steps)"
" " STR_A ":", target.a, " (", dist.a, " steps)"
#endif
#if HAS_Y_AXIS
" B:", target.b, " (", dist.b, " steps)"
" " STR_B ":", target.b, " (", dist.b, " steps)"
#endif
#if HAS_Z_AXIS
" C:", target.c, " (", dist.c, " steps)"
" " STR_C ":", target.c, " (", dist.c, " steps)"
#endif
#if HAS_I_AXIS
" " STR_I ":", target.i, " (", dist.i, " steps)"
Expand Down

0 comments on commit 8d4ab15

Please sign in to comment.