Ver código fonte

Tweak Azteeg X3 PRO _pins.h so Viki2 will work for those without a case light.

- add comment explaining that the Panucatt Viki2 wiring diagram uses pin 44
Brian 7 anos atrás
pai
commit
01f452c37c
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4
    2
      Marlin/pins_AZTEEG_X3_PRO.h

+ 4
- 2
Marlin/pins_AZTEEG_X3_PRO.h Ver arquivo

@@ -144,9 +144,11 @@
144 144
 //
145 145
 // Misc. Functions
146 146
 //
147
-#undef DOGLCD_A0            // steal pin 44 for the case light
148
-#define DOGLCD_A0      57
149 147
 #if ENABLED(OK_TO_CHANGE_CASE_LIGHT)
148
+  #undef DOGLCD_A0            // steal pin 44 for the case light; if you have a Viki2 and have connected it
149
+  #define DOGLCD_A0      57   // following the Panucatt wiring diagram, you may need to tweak these pin assignments
150
+                              // as the wiring diagram uses pin 44 for DOGLCD_A0
151
+
150 152
   #undef CASE_LIGHT_PIN
151 153
   #define CASE_LIGHT_PIN 44    // must have a hardware PWM
152 154
 #endif

Carregando…
Cancelar
Salvar