🎨 Apply HAS_MULTI_HOTEND conditional
This commit is contained in:
committed by
Scott Lahteine
parent
c508ecc414
commit
cbc7dadf42
@ -57,7 +57,7 @@ void menu_item(const uint8_t row, bool sel = false);
|
||||
|
||||
#define ABSOLUTE_ZERO -273.15
|
||||
|
||||
#if HAS_TEMP_CHAMBER && HOTENDS > 1
|
||||
#if HAS_TEMP_CHAMBER && HAS_MULTI_HOTEND
|
||||
#define ITEM_E0 0
|
||||
#define ITEM_E1 1
|
||||
#define ITEM_BED 2
|
||||
@ -74,7 +74,7 @@ void menu_item(const uint8_t row, bool sel = false);
|
||||
#define ITEM_COOLER 0
|
||||
#define ITEM_FAN 1
|
||||
#define ITEMS_COUNT 2
|
||||
#elif HOTENDS > 1
|
||||
#elif HAS_MULTI_HOTEND
|
||||
#define ITEM_E0 0
|
||||
#define ITEM_E1 1
|
||||
#define ITEM_BED 2
|
||||
|
Reference in New Issue
Block a user