Ver código fonte

Azteeg X3 overrides too

Scott Lahteine 9 anos atrás
pai
commit
859c8d3fef
1 arquivos alterados com 13 adições e 0 exclusões
  1. 13
    0
      Marlin/pins_AZTEEG_X3.h

+ 13
- 0
Marlin/pins_AZTEEG_X3.h Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar