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.
pull/1/head
Bracken Dawson 12 years ago
parent
commit
2873d67b17
  1. 4
      Marlin/pins.h

4
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

Loading…
Cancel
Save