From 2873d67b17dd0400813d3e6ded940a1d083d70fe Mon Sep 17 00:00:00 2001
From: Bracken Dawson <abdawson@gmail.com>
Date: Fri, 26 Oct 2012 22:17:26 +0100
Subject: [PATCH] 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.
---
 Marlin/pins.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index 8f06e3698b..a6e157e7a3 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -116,6 +116,10 @@
 #endif
 #define PS_ON_PIN 15
 
+//All these generations of Gen7 supply thermistor power
+//via PS_ON, so ignore bad thermistor readings
+#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
+
 //our pin for debugging.
 #define DEBUG_PIN 0
 
-- 
GitLab