2015-02-01 06:38:30 +01:00
|
|
|
|
/**
|
|
|
|
|
* bq Prusa i3 Hephestos – Arduino Mega with RAMPS v1.3/1.4 pin assignments
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include "pins_RAMPS_13.h"
|
2015-02-20 02:26:22 +01:00
|
|
|
|
|
2015-03-28 04:29:05 +01:00
|
|
|
|
#undef FAN_PIN
|
2015-02-20 02:26:22 +01:00
|
|
|
|
#define FAN_PIN 9 // (Sprinter config)
|
2015-03-28 04:29:05 +01:00
|
|
|
|
|
|
|
|
|
#undef HEATER_1_PIN
|
2015-02-20 02:26:22 +01:00
|
|
|
|
#define HEATER_1_PIN -1
|