How do I get Duet 3D to remember the Auto Bed Compensation settings?
I have the following M557 command in my config.g file -
; Z-Probe
M574 Z1 S2 ; Set endstops controlled by probe
M558 P5 H5 F120 T6000 ; Set Z probe type to switch and the dive height + speeds
G31 P500 X23 Y9 Z0.3 ; Set Z probe trigger value, offset and trigger height
M557 X15:195 Y15:195 S20 ; Define mesh grid
However, it doesn't seem to use these values when I run the Auto Bed Compensation command. It seems to use the default values in Duet 3D, however if I change them, then they reset every time I reload it. '
How do I save these new settings, or get it to use the values in the config.g file?