A step further to LCD Bed levelling. Yay.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user