Add HAS_TEMP_HOTEND define
This commit is contained in:
parent
cf9a171aa9
commit
d24f14a799
4 changed files with 10 additions and 8 deletions
|
|
@ -368,7 +368,7 @@ extern uint8_t active_extruder;
|
|||
extern void digipot_i2c_init();
|
||||
#endif
|
||||
|
||||
#if HAS_TEMP_0 || HAS_TEMP_BED || ENABLED(HEATER_0_USES_MAX6675)
|
||||
#if HAS_TEMP_HOTEND || HAS_TEMP_BED
|
||||
void print_heaterstates();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue