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
3 deletions
-
Marlin/src/module/configuration_store.cpp
|
@ -1796,9 +1796,7 @@ void MarlinSettings::postprocess() { |
|
|
struct { |
|
|
struct { |
|
|
bool volumetric_enabled; |
|
|
bool volumetric_enabled; |
|
|
float filament_size[EXTRUDERS]; |
|
|
float filament_size[EXTRUDERS]; |
|
|
#if ENABLED(VOLUMETRIC_EXTRUDER_LIMIT) |
|
|
float volumetric_extruder_limit[EXTRUDERS]; |
|
|
float volumetric_extruder_limit[EXTRUDERS]; |
|
|
|
|
|
#endif |
|
|
|
|
|
} storage; |
|
|
} storage; |
|
|
|
|
|
|
|
|
_FIELD_TEST(parser_volumetric_enabled); |
|
|
_FIELD_TEST(parser_volumetric_enabled); |
|
|