First partially working ABL implementation for Anycubic Chiron including EEPROM functions.

This commit is contained in:
Knutwurst
2021-04-13 23:04:49 +02:00
parent 1eed2a03dd
commit a6fc1cb0c5
4 changed files with 40 additions and 42 deletions

View File

@@ -720,8 +720,8 @@ void MarlinSettings::postprocess() {
EEPROM_WRITE(bilinear_start);
#if ENABLED(KNUTWURST_TFT_LEVELING)
z_values_index = eeprom_index;
z_values_size = sizeof(z_values);
int z_values_index = eeprom_index;
int z_values_size = sizeof(z_values);
#endif
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)