1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00

Disable THERMAL_PROTECTION_BED with no sensor

This commit is contained in:
Scott Lahteine 2016-04-28 18:16:28 -07:00
parent b4b5c7a6b7
commit 142bd3f3e7

View File

@ -675,6 +675,8 @@
#define HAS_TEMP_HOTEND (HAS_TEMP_0 || ENABLED(HEATER_0_USES_MAX6675))
#define HAS_THERMALLY_PROTECTED_BED (HAS_TEMP_BED && HAS_HEATER_BED && ENABLED(THERMAL_PROTECTION_BED))
/**
* Helper Macros for heaters and extruder fan
*/