Skip to content
Snippets Groups Projects
Commit 142bd3f3 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Disable THERMAL_PROTECTION_BED with no sensor

parent b4b5c7a6
Branches
Tags
No related merge requests found
...@@ -675,6 +675,8 @@ ...@@ -675,6 +675,8 @@
#define HAS_TEMP_HOTEND (HAS_TEMP_0 || ENABLED(HEATER_0_USES_MAX6675)) #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 * Helper Macros for heaters and extruder fan
*/ */
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment