MoellerDi
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/configuration_store.cpp
|
|
@ -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 |
|
|
|