Complete rewrite of anycubic tft code structure + cleanup for upcoming Chiron BBL feature.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user