浏览代码

Merge pull request #5093 from esenapaj/Follow-up-the-PR-#5087-etc

Follow-up the PR #5087 (Fixed SERVO pins on Azteeg X3), etc
Scott Lahteine 8 年前
父节点
当前提交
4ec7ed554d
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 3
    0
      Marlin/pins_AZTEEG_X3.h
  2. 2
    2
      Marlin/pins_RAMPS.h

+ 3
- 0
Marlin/pins_AZTEEG_X3.h 查看文件

32
 
32
 
33
 #include "pins_RAMPS_13.h"
33
 #include "pins_RAMPS_13.h"
34
 
34
 
35
+//
36
+// Servos
37
+//
35
 #undef SERVO0_PIN
38
 #undef SERVO0_PIN
36
 #undef SERVO1_PIN
39
 #undef SERVO1_PIN
37
 #define SERVO0_PIN  44  // SERVO1 port
40
 #define SERVO0_PIN  44  // SERVO1 port

+ 2
- 2
Marlin/pins_RAMPS.h 查看文件

344
       #else
344
       #else
345
         #define BTN_EN1 37
345
         #define BTN_EN1 37
346
         #define BTN_EN2 35
346
         #define BTN_EN2 35
347
-        #define BTN_ENC 31  // the click
347
+        #define BTN_ENC 31 // the click
348
       #endif
348
       #endif
349
 
349
 
350
       #if ENABLED(G3D_PANEL)
350
       #if ENABLED(G3D_PANEL)
351
         #define SD_DETECT_PIN 49
351
         #define SD_DETECT_PIN 49
352
         #define KILL_PIN 41
352
         #define KILL_PIN 41
353
       #else
353
       #else
354
-        //        #define SD_DETECT_PIN -1  // Ramps doesn't use this
354
+        //#define SD_DETECT_PIN -1 // Ramps doesn't use this
355
       #endif
355
       #endif
356
 
356
 
357
     #endif
357
     #endif

正在加载...
取消
保存