Fix probe_offset EEPROM field test
This commit is contained in:
parent
10bbed7f69
commit
74746c6573
@ -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…
Reference in New Issue
Block a user