Fix extra comma typo (#18262)
This commit is contained in:
parent
92435ef5ea
commit
2ddd7d2d8d
@ -2783,7 +2783,7 @@ void MarlinSettings::reset() {
|
|||||||
#if EXTRUDERS == 1
|
#if EXTRUDERS == 1
|
||||||
CONFIG_ECHO_START();
|
CONFIG_ECHO_START();
|
||||||
SERIAL_ECHOLNPAIR(" M200 S", int(parser.volumetric_enabled)
|
SERIAL_ECHOLNPAIR(" M200 S", int(parser.volumetric_enabled)
|
||||||
, " D", LINEAR_UNIT(planner.filament_size[0]),
|
, " D", LINEAR_UNIT(planner.filament_size[0])
|
||||||
#if ENABLED(VOLUMETRIC_EXTRUDER_LIMIT)
|
#if ENABLED(VOLUMETRIC_EXTRUDER_LIMIT)
|
||||||
, " L", LINEAR_UNIT(planner.volumetric_extruder_limit[0])
|
, " L", LINEAR_UNIT(planner.volumetric_extruder_limit[0])
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user