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