Browse Source

Follow-up the PR #5087 (Fixed SERVO pins on Azteeg X3), etc

・Add header
・Adjust spacing
esenapaj 8 years ago
parent
commit
8b1d90e281
2 changed files with 5 additions and 2 deletions
  1. 3
    0
      Marlin/pins_AZTEEG_X3.h
  2. 2
    2
      Marlin/pins_RAMPS.h

+ 3
- 0
Marlin/pins_AZTEEG_X3.h View File

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 View File

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

Loading…
Cancel
Save