Explorar el Código

Fixed SERVO pins on Azteeg X3

Benoit Miller hace 7 años
padre
commit
1c716034ec
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      Marlin/pins_AZTEEG_X3.h

+ 5
- 0
Marlin/pins_AZTEEG_X3.h Ver fichero

@@ -32,6 +32,11 @@
32 32
 
33 33
 #include "pins_RAMPS_13.h"
34 34
 
35
+#undef SERVO0_PIN
36
+#undef SERVO1_PIN
37
+#define SERVO0_PIN  44  // SERVO1 port
38
+#define SERVO1_PIN  55  // SERVO2 port
39
+
35 40
 //
36 41
 // LCD / Controller
37 42
 //

Loading…
Cancelar
Guardar