Browse Source

Fix probe_offset EEPROM field test

pull/1/head
Scott Lahteine 5 years ago
parent
commit
74746c6573
  1. 4
      Marlin/src/module/configuration_store.cpp

4
Marlin/src/module/configuration_store.cpp

@ -614,10 +614,10 @@ void MarlinSettings::postprocess() {
} }
// //
// Probe Z Offset // Probe XYZ Offsets
// //
{ {
_FIELD_TEST(probe_offset.z); _FIELD_TEST(probe_offset);
EEPROM_WRITE(probe_offset); EEPROM_WRITE(probe_offset);
} }

Loading…
Cancel
Save