Complete rewrite of anycubic tft code structure + cleanup for upcoming Chiron BBL feature.

This commit is contained in:
Knutwurst
2021-02-18 18:18:38 +01:00
parent 72d48a5ef8
commit 7f56178d13
4 changed files with 1368 additions and 1327 deletions

View File

@@ -287,6 +287,12 @@ private:
int FilamentRunoutCounter = 0;
#endif
#if ENABLED(KNUTWURST_TFT_LEVELING)
extern int z_values_index;
extern int z_values_size;
extern float SAVE_zprobe_zoffset;
#endif
#if ENABLED(KNUTWURST_MEGA_P_LASER)