Parcourir la source

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

・Add header
・Adjust spacing
esenapaj il y a 7 ans
Parent
révision
8b1d90e281
2 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 3
    0
      Marlin/pins_AZTEEG_X3.h
  2. 2
    2
      Marlin/pins_RAMPS.h

+ 3
- 0
Marlin/pins_AZTEEG_X3.h Voir le fichier

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

+ 2
- 2
Marlin/pins_RAMPS.h Voir le fichier

@@ -344,14 +344,14 @@
344 344
       #else
345 345
         #define BTN_EN1 37
346 346
         #define BTN_EN2 35
347
-        #define BTN_ENC 31  // the click
347
+        #define BTN_ENC 31 // the click
348 348
       #endif
349 349
 
350 350
       #if ENABLED(G3D_PANEL)
351 351
         #define SD_DETECT_PIN 49
352 352
         #define KILL_PIN 41
353 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 355
       #endif
356 356
 
357 357
     #endif

Chargement…
Annuler
Enregistrer