Adjust planner debugging

This commit is contained in:
Scott Lahteine 2020-12-13 01:53:21 -06:00
parent 430855fdca
commit cbe27daafb

View File

@ -1765,14 +1765,15 @@ bool Planner::_populate_block(block_t * const block, bool split_move,
#endif
/* <-- add a slash to enable
SERIAL_ECHOLNPAIR(" _populate_block FR:", fr_mm_s,
" A:", target.a, " (", da, " steps)"
" B:", target.b, " (", db, " steps)"
" C:", target.c, " (", dc, " steps)"
#if EXTRUDERS
" E:", target.e, " (", de, " steps)"
#endif
);
SERIAL_ECHOLNPAIR(
" _populate_block FR:", fr_mm_s,
" A:", target.a, " (", da, " steps)"
" B:", target.b, " (", db, " steps)"
" C:", target.c, " (", dc, " steps)"
#if EXTRUDERS
" E:", target.e, " (", de, " steps)"
#endif
);
//*/
#if EITHER(PREVENT_COLD_EXTRUSION, PREVENT_LENGTHY_EXTRUDE)