Browse Source

Put bogus temp override back in Gen7 up to 1.3

Took out the ifdef when I split 1.4 out and forgot to permanently
define it for <=1.3.
Bracken Dawson 12 years ago
parent
commit
2873d67b17
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/pins.h

+ 4
- 0
Marlin/pins.h View File

@@ -116,6 +116,10 @@
116 116
 #endif
117 117
 #define PS_ON_PIN 15
118 118
 
119
+//All these generations of Gen7 supply thermistor power
120
+//via PS_ON, so ignore bad thermistor readings
121
+#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
122
+
119 123
 //our pin for debugging.
120 124
 #define DEBUG_PIN 0
121 125
 

Loading…
Cancel
Save