Skip to content

Commit

Permalink
馃帹 Clean up extra axes
Browse files Browse the repository at this point in the history
Followup to #24120
  • Loading branch information
thinkyhead committed Jul 24, 2022
1 parent 78fc5ac commit 99710b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Marlin/src/module/planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1883,14 +1883,6 @@ bool Planner::_populate_block(
#if HAS_K_AXIS
" " STR_K ":", target.k, " (", dk, " steps)"
#endif
#if HAS_U_AXIS
" " STR_U ":", target.u, " (", du, " steps)"
#endif
#if HAS_V_AXIS
" " STR_V ":", target.v, " (", dv, " steps)"
#endif
#if HAS_W_AXIS
" " STR_W ":", target.w, " (", dw, " steps)"
#if HAS_EXTRUDERS
" E:", target.e, " (", de, " steps)"
#endif
Expand Down

0 comments on commit 99710b9

Please sign in to comment.