Fix extra comma typo (#18262)

This commit is contained in:
MoellerDi 2020-06-12 03:44:48 +02:00 committed by GitHub
parent 92435ef5ea
commit 2ddd7d2d8d
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2783,7 +2783,7 @@ void MarlinSettings::reset() {
#if EXTRUDERS == 1
CONFIG_ECHO_START();
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)
, " L", LINEAR_UNIT(planner.volumetric_extruder_limit[0])
#endif