浏览代码

Merge pull request #6782 from bgort/azteegtweak

Tweak Azteeg X3 PRO _pins.h so Viki2 will work for those without a case light
Scott Lahteine 7 年前
父节点
当前提交
5970fe72d1
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4
    2
      Marlin/pins_AZTEEG_X3_PRO.h

+ 4
- 2
Marlin/pins_AZTEEG_X3_PRO.h 查看文件

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

正在加载...
取消
保存