Skip to content

Commit 8d4ab15

Browse files
committed
🧑‍💻 Tweak planner debug
1 parent 7455776 commit 8d4ab15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/src/module/planner.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1905,13 +1905,13 @@ bool Planner::_populate_block(
19051905
SERIAL_ECHOLNPGM(
19061906
" _populate_block FR:", fr_mm_s,
19071907
#if HAS_X_AXIS
1908-
" A:", target.a, " (", dist.a, " steps)"
1908+
" " STR_A ":", target.a, " (", dist.a, " steps)"
19091909
#endif
19101910
#if HAS_Y_AXIS
1911-
" B:", target.b, " (", dist.b, " steps)"
1911+
" " STR_B ":", target.b, " (", dist.b, " steps)"
19121912
#endif
19131913
#if HAS_Z_AXIS
1914-
" C:", target.c, " (", dist.c, " steps)"
1914+
" " STR_C ":", target.c, " (", dist.c, " steps)"
19151915
#endif
19161916
#if HAS_I_AXIS
19171917
" " STR_I ":", target.i, " (", dist.i, " steps)"

0 commit comments

Comments
 (0)