Distortion correction G33 S2 does not store data in EEPROM
When I run the G33 S2 command, the data is only saved until the reboot. In EEPROM are not recorded.
I tried to save the data in EEPROM, and entered them manually through the G33 X100 Y100 Z0.1 S2 command, but nothing happens.
The M323 S1 P1 command also did not help.
How to make the data for Distortion correction save after reboot?
Printer - CoreXY, Arduino DUE with working EEPROM. Repetier-Firmware 1.0.0dev
I tried to save the data in EEPROM, and entered them manually through the G33 X100 Y100 Z0.1 S2 command, but nothing happens.
The M323 S1 P1 command also did not help.
How to make the data for Distortion correction save after reboot?
Printer - CoreXY, Arduino DUE with working EEPROM. Repetier-Firmware 1.0.0dev
Comments
Use G33 L0 to see the list. It will not appear in eeprom editor if you expect that, only G33 L0 would list the stored corrections.
Is this possible because the autolevel function itself is disabled?
G33 does not use S2 suffix,
only
G33 L0 ;list matrix
G33 R0 ;reset matrix
G33 always stores in eeprom directly if eeprom is set to be used in configuration.