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
This commit is contained in:
Markus Hitter 2016-05-25 20:27:35 +02:00
parent 90d519af5f
commit 6e4cd69345
1 changed files with 2 additions and 0 deletions

View File

@ -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.