🧑‍💻 Fewer string macros

This commit is contained in:
Scott Lahteine
2022-01-10 02:51:34 -06:00
parent 41f80a4498
commit eb8d819325
46 changed files with 910 additions and 921 deletions

View File

@ -1867,13 +1867,13 @@ bool Planner::_populate_block(block_t * const block, bool split_move,
" B:", target.b, " (", db, " steps)"
" C:", target.c, " (", dc, " steps)"
#if HAS_I_AXIS
" " AXIS4_STR ":", target.i, " (", di, " steps)"
" " STR_I ":", target.i, " (", di, " steps)"
#endif
#if HAS_J_AXIS
" " AXIS5_STR ":", target.j, " (", dj, " steps)"
" " STR_J ":", target.j, " (", dj, " steps)"
#endif
#if HAS_K_AXIS
" " AXIS6_STR ":", target.k, " (", dk, " steps)"
" " STR_K ":", target.k, " (", dk, " steps)"
#endif
#if HAS_EXTRUDERS
" E:", target.e, " (", de, " steps)"