🧑‍💻 Serial ternary args, etc.

This commit is contained in:
Scott Lahteine
2023-05-15 19:48:30 -05:00
parent dd184cf3c2
commit 6e5f41fe6b
9 changed files with 9 additions and 14 deletions

View File

@@ -1929,6 +1929,7 @@ bool Planner::_populate_block(
#endif
#if HAS_W_AXIS
" " STR_W ":", target.w, " (", dw, " steps)"
#endif
#if HAS_EXTRUDERS
" E:", target.e, " (", de, " steps)"
#endif