Bug when referencing to externals in EEPROM. Now it should work.

This commit is contained in:
Knutwurst
2021-04-14 09:37:08 +02:00
parent a6fc1cb0c5
commit a56aaa5bf7
3 changed files with 5 additions and 6 deletions

View File

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