Bläddra i källkod

Spacing adjustments in some pins files

Scott Lahteine 10 år sedan
förälder
incheckning
8ebf0b92be
5 ändrade filer med 21 tillägg och 17 borttagningar
  1. 2
    2
      Marlin/pins_AZTEEG_X3.h
  2. 11
    11
      Marlin/pins_ELEFU_3.h
  3. 3
    1
      Marlin/pins_MINIRAMBO.h
  4. 3
    1
      Marlin/pins_RAMBO.h
  5. 2
    2
      Marlin/pins_TEENSYLU.h

+ 2
- 2
Marlin/pins_AZTEEG_X3.h Visa fil

@@ -24,8 +24,8 @@
24 24
  #define SDCARDDETECT -1 // Pin 49 if using display sd interface   
25 25
  
26 26
   #if ENABLED(TEMP_STAT_LEDS)
27
-   #define STAT_LED_RED 64
28
-   #define STAT_LED_BLUE 63
27
+    #define STAT_LED_RED 64
28
+    #define STAT_LED_BLUE 63
29 29
   #endif
30 30
 
31 31
 #elif ENABLED(TEMP_STAT_LEDS)

+ 11
- 11
Marlin/pins_ELEFU_3.h Visa fil

@@ -13,14 +13,14 @@
13 13
 #define X_MAX_PIN          34
14 14
 
15 15
 #define Y_STEP_PIN         11
16
-#define Y_DIR_PIN          9
16
+#define Y_DIR_PIN           9
17 17
 #define Y_ENABLE_PIN       12
18 18
 #define Y_MIN_PIN          33
19 19
 #define Y_MAX_PIN          32
20 20
 
21
-#define Z_STEP_PIN         7
22
-#define Z_DIR_PIN          6
23
-#define Z_ENABLE_PIN       8
21
+#define Z_STEP_PIN          7
22
+#define Z_DIR_PIN           6
23
+#define Z_ENABLE_PIN        8
24 24
 #define Z_MIN_PIN          31
25 25
 #define Z_MAX_PIN          30
26 26
 
@@ -48,10 +48,10 @@
48 48
 #define HEATER_1_PIN       46 //12V PWM2
49 49
 #define HEATER_2_PIN       17 //12V PWM3
50 50
 #define HEATER_BED_PIN     44 //DOUBLE 12V PWM
51
-#define TEMP_0_PIN         3  //ANALOG NUMBERING
52
-#define TEMP_1_PIN         2  //ANALOG NUMBERING
53
-#define TEMP_2_PIN         1  //ANALOG NUMBERING
54
-#define TEMP_BED_PIN       0  //ANALOG NUMBERING
51
+#define TEMP_0_PIN          3 //ANALOG NUMBERING
52
+#define TEMP_1_PIN          2 //ANALOG NUMBERING
53
+#define TEMP_2_PIN          1 //ANALOG NUMBERING
54
+#define TEMP_BED_PIN        0 //ANALOG NUMBERING
55 55
 
56 56
 #define BEEPER_PIN         36
57 57
 
@@ -70,9 +70,9 @@
70 70
   #define BTN_EN2          39
71 71
   #define BTN_ENC          15  //the click
72 72
 
73
-  #define BLEN_C           2
74
-  #define BLEN_B           1
75
-  #define BLEN_A           0
73
+  #define BLEN_C            2
74
+  #define BLEN_B            1
75
+  #define BLEN_A            0
76 76
 
77 77
 #endif // RA_CONTROL_PANEL
78 78
 

+ 3
- 1
Marlin/pins_MINIRAMBO.h Visa fil

@@ -89,7 +89,9 @@
89 89
 #define SUICIDE_PIN        -1  //PIN that has to be turned on right after start, to keep power flowing.
90 90
 
91 91
 #if ENABLED(ULTRA_LCD)
92
+
92 93
   #define KILL_PIN 32
94
+
93 95
   #if ENABLED(NEWPANEL)
94 96
 
95 97
     #define BEEPER_PIN 84      // Beeper on AUX-4
@@ -107,5 +109,5 @@
107 109
 
108 110
     #define SDCARDDETECT 15
109 111
 
110
-  #endif
112
+  #endif //NEWPANEL
111 113
 #endif //ULTRA_LCD

+ 3
- 1
Marlin/pins_RAMBO.h Visa fil

@@ -110,7 +110,9 @@
110 110
 #define SUICIDE_PIN        -1  //PIN that has to be turned on right after start, to keep power flowing.
111 111
 
112 112
 #if ENABLED(ULTRA_LCD)
113
+
113 114
   #define KILL_PIN 80
115
+
114 116
   #if ENABLED(NEWPANEL)
115 117
 
116 118
     #define BEEPER_PIN 79      // Beeper on AUX-4
@@ -138,7 +140,7 @@
138 140
     #define BEEPER_PIN 33    // No Beeper added
139 141
 
140 142
     //buttons are attached to a shift register
141
-    // Not wired this yet
143
+    // Not wired yet
142 144
     // #define SHIFT_CLK 38
143 145
     // #define SHIFT_LD 42
144 146
     // #define SHIFT_OUT 40

+ 2
- 2
Marlin/pins_TEENSYLU.h Visa fil

@@ -68,7 +68,6 @@
68 68
 #endif
69 69
 
70 70
 #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
71
-  //LCD Pins
72 71
 
73 72
   #define BEEPER_PIN -1
74 73
 
@@ -78,7 +77,8 @@
78 77
     #define BTN_ENC 43 //A3 - fastio.h pin mapping 43
79 78
     #define SDSS   40 //use SD card on Panelolu2 (Teensyduino pin mapping)
80 79
   #endif // LCD_I2C_PANELOLU2
81
-  //not connected to a pin
80
+
82 81
   #define SDCARDDETECT -1    
82
+
83 83
 #endif // ULTRA_LCD && NEWPANEL
84 84
 

Laddar…
Avbryt
Spara