Browse Source

Fix probe_offset EEPROM field test

Scott Lahteine 5 years ago
parent
commit
74746c6573
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/module/configuration_store.cpp

+ 2
- 2
Marlin/src/module/configuration_store.cpp View File

614
     }
614
     }
615
 
615
 
616
     //
616
     //
617
-    // Probe Z Offset
617
+    // Probe XYZ Offsets
618
     //
618
     //
619
     {
619
     {
620
-      _FIELD_TEST(probe_offset.z);
620
+      _FIELD_TEST(probe_offset);
621
       EEPROM_WRITE(probe_offset);
621
       EEPROM_WRITE(probe_offset);
622
     }
622
     }
623
 
623
 

Loading…
Cancel
Save