🐛 Fix M203 report
This commit is contained in:
parent
bed0788f72
commit
0ae982188c
@ -194,7 +194,7 @@ void GcodeSuite::M203_report(const bool forReplay/*=true*/) {
|
|||||||
);
|
);
|
||||||
#if ENABLED(DISTINCT_E_FACTORS)
|
#if ENABLED(DISTINCT_E_FACTORS)
|
||||||
LOOP_L_N(i, E_STEPPERS) {
|
LOOP_L_N(i, E_STEPPERS) {
|
||||||
SERIAL_ECHO_START();
|
if (!forReplay) SERIAL_ECHO_START();
|
||||||
SERIAL_ECHOLNPGM_P(
|
SERIAL_ECHOLNPGM_P(
|
||||||
PSTR(" M203 T"), i
|
PSTR(" M203 T"), i
|
||||||
, SP_E_STR, VOLUMETRIC_UNIT(planner.settings.max_feedrate_mm_s[E_AXIS_N(i)])
|
, SP_E_STR, VOLUMETRIC_UNIT(planner.settings.max_feedrate_mm_s[E_AXIS_N(i)])
|
||||||
|
Loading…
Reference in New Issue
Block a user