Browse Source

Fix EEPROM struct (#18234)

vanilla_fb_2.0.x
MoellerDi 5 years ago
committed by GitHub
parent
commit
f2b2b391db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/module/configuration_store.cpp

2
Marlin/src/module/configuration_store.cpp

@ -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
} storage;
_FIELD_TEST(parser_volumetric_enabled);

Loading…
Cancel
Save