A step further to LCD Bed levelling. Yay.

This commit is contained in:
Knutwurst
2021-04-13 22:03:41 +02:00
parent 4e2e623790
commit 1eed2a03dd
4 changed files with 28 additions and 76 deletions

View File

@@ -196,6 +196,11 @@ char *ftostr32(const float &);
#define SM_EZLVL_EXIT_S "<EZLEXT1.GCO"
#endif
#if ENABLED(KNUTWURST_TFT_LEVELING)
extern int z_values_index;
extern int z_values_size;
extern float SAVE_zprobe_zoffset;
#endif
class AnycubicTouchscreenClass
{
@@ -288,12 +293,6 @@ 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)