Fix build.

This commit is contained in:
Knutwurst
2021-10-31 00:12:49 +02:00
parent c4725d946d
commit 7e2409b8a0
2 changed files with 3 additions and 2 deletions

View File

@@ -528,7 +528,7 @@
#define TEMP_SENSOR_6 0 #define TEMP_SENSOR_6 0
#define TEMP_SENSOR_7 0 #define TEMP_SENSOR_7 0
#if EITHER(KNUTWURST_4MAXP2) // 4MAX has type 1 #if ENABLED(KNUTWURST_4MAXP2) // 4MAX has type 1
#define TEMP_SENSOR_BED 5 #define TEMP_SENSOR_BED 5
#else #else
#define TEMP_SENSOR_BED 1 #define TEMP_SENSOR_BED 1

View File

@@ -330,7 +330,8 @@ private:
uint8_t MMLMenu = false; uint8_t MMLMenu = false;
uint8_t FlowMenu = false; uint8_t FlowMenu = false;
uint8_t BLTouchMenu = false; uint8_t BLTouchMenu = false;
uint8_t LevelMenu = false; uint8_t LevelMenu = false;
uint8_t CaseLight = true;
#if ENABLED(ANYCUBIC_FILAMENT_RUNOUT_SENSOR) #if ENABLED(ANYCUBIC_FILAMENT_RUNOUT_SENSOR)
char FilamentTestStatus = false; char FilamentTestStatus = false;