Add HAS_TEMP_HOTEND define

This commit is contained in:
Scott Lahteine
2016-04-03 16:18:49 -07:00
parent cf9a171aa9
commit d24f14a799
4 changed files with 10 additions and 8 deletions

View File

@@ -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