2015-01-28 10:26:50 -06:00
|
|
|
/**
|
|
|
|
* bq WITBOX 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
|