This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/pins_AZTEEG_X3.h

17 lines
303 B
C
Raw Normal View History

2015-02-20 02:28:38 +01:00
/**
* AZTEEG_X3 Arduino Mega with RAMPS v1.3 pin assignments
*/
#include "pins_RAMPS_13.h"
#undef FAN_PIN
2015-02-20 02:28:38 +01:00
#define FAN_PIN 9 // (Sprinter config)
#undef HEATER_1_PIN
2015-02-20 02:28:38 +01:00
#define HEATER_1_PIN -1
#ifdef TEMP_STAT_LEDS
#define STAT_LED_RED 6
#define STAT_LED_BLUE 11
#endif