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

@@ -197,8 +197,10 @@ char *ftostr32(const float &);
#endif
#if ENABLED(KNUTWURST_TFT_LEVELING)
// eeprom_index
extern int z_values_index;
extern int z_values_size;
// temp value which needs to be saved
extern float SAVE_zprobe_zoffset;
#endif