🐛 Fix M203 report
This commit is contained in:
parent
2b3ba02f09
commit
384ff264d7
|
@ -209,7 +209,7 @@ void GcodeSuite::M203_report(const bool forReplay/*=true*/) {
|
|||
);
|
||||
#if ENABLED(DISTINCT_E_FACTORS)
|
||||
LOOP_L_N(i, E_STEPPERS) {
|
||||
SERIAL_ECHO_START();
|
||||
if (!forReplay) SERIAL_ECHO_START();
|
||||
SERIAL_ECHOLNPGM_P(
|
||||
PSTR(" M203 T"), i
|
||||
, SP_E_STR, VOLUMETRIC_UNIT(planner.settings.max_feedrate_mm_s[E_AXIS_N(i)])
|
||||
|
|
Loading…
Reference in a new issue