Browse Source

Azteeg X3 overrides too

Scott Lahteine 9 years ago
parent
commit
859c8d3fef
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      Marlin/pins_AZTEEG_X3.h

+ 13
- 0
Marlin/pins_AZTEEG_X3.h View File

@@ -0,0 +1,13 @@
1
+/**
2
+ * AZTEEG_X3 Arduino Mega with RAMPS v1.3 pin assignments
3
+ */
4
+
5
+#include "pins_RAMPS_13.h"
6
+
7
+#define FAN_PIN            9 // (Sprinter config)
8
+#define HEATER_1_PIN       -1
9
+
10
+#ifdef TEMP_STAT_LEDS
11
+  #define STAT_LED_RED       6
12
+  #define STAT_LED_BLUE     11
13
+#endif

Loading…
Cancel
Save