Fix EEPROM struct (#18234)

This commit is contained in:
MoellerDi 2020-06-09 02:54:39 +02:00 committed by GitHub
parent 0fa345f98f
commit f2b2b391db
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1796,9 +1796,7 @@ void MarlinSettings::postprocess() {
struct {
bool volumetric_enabled;
float filament_size[EXTRUDERS];
#if ENABLED(VOLUMETRIC_EXTRUDER_LIMIT)
float volumetric_extruder_limit[EXTRUDERS];
#endif
float volumetric_extruder_limit[EXTRUDERS];
} storage;
_FIELD_TEST(parser_volumetric_enabled);