From 6e4cd69345fbb1b79b0161edfd42098c4e4de60a Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Wed, 25 May 2016 20:27:35 +0200 Subject: [PATCH] board.ramps-1.3.h: add all four pins from the Servos connector. Previously there were only two of them, the others missing for no apparent reason. This should help connecting an external relay, like described here: http://www.reprap-diy.com/connect_sevenswitch_to_ramps --- config/board.ramps-v1.3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/board.ramps-v1.3.h b/config/board.ramps-v1.3.h index 45d9b93..3b88b1f 100644 --- a/config/board.ramps-v1.3.h +++ b/config/board.ramps-v1.3.h @@ -205,9 +205,11 @@ DEFINE_TEMP_SENSOR(bed, TT_THERMISTOR, AIO14, THERMISTOR_BED) */ //#define HEATER_PIN DIO4 //#define HEATER_PIN DIO5 +//#define HEATER_PIN DIO6 //#define HEATER_PIN DIO8 //#define HEATER_PIN DIO9 //#define HEATER_PIN DIO10 +//#define HEATER_PIN DIO11 /** \def DEFINE_HEATER Define your heaters and devices here.