Ver código fonte

Wrong Pin Assignment Megatronics 3

SERVO2 is doubled defined and causes compiler errors
Michael Neumann 8 anos atrás
pai
commit
95acba2cfa
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/pins_MEGATRONICS_3.h

+ 1
- 1
Marlin/pins_MEGATRONICS_3.h Ver arquivo

@@ -39,7 +39,7 @@
39 39
 #define SERVO0_PIN         46 //AUX3-6
40 40
 #define SERVO1_PIN         47 //AUX3-5
41 41
 #define SERVO2_PIN         48 //AUX3-4
42
-#define SERVO2_PIN         49 //AUX3-3
42
+#define SERVO3_PIN         49 //AUX3-3
43 43
 
44 44
 #define X_STEP_PIN         58
45 45
 #define X_DIR_PIN          57

Carregando…
Cancelar
Salvar