Browse Source

Disable THERMAL_PROTECTION_BED with no sensor

Scott Lahteine 8 years ago
parent
commit
142bd3f3e7
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/Conditionals.h

+ 2
- 0
Marlin/Conditionals.h View File

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

Loading…
Cancel
Save