Fix EEPROM struct (#18234)
This commit is contained in:
parent
0fa345f98f
commit
f2b2b391db
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user