Ver código fonte

Spacing adjustments in some pins files

Scott Lahteine 10 anos atrás
pai
commit
8ebf0b92be

+ 2
- 2
Marlin/pins_AZTEEG_X3.h Ver arquivo

24
  #define SDCARDDETECT -1 // Pin 49 if using display sd interface   
24
  #define SDCARDDETECT -1 // Pin 49 if using display sd interface   
25
  
25
  
26
   #if ENABLED(TEMP_STAT_LEDS)
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
   #endif
29
   #endif
30
 
30
 
31
 #elif ENABLED(TEMP_STAT_LEDS)
31
 #elif ENABLED(TEMP_STAT_LEDS)

+ 11
- 11
Marlin/pins_ELEFU_3.h Ver arquivo

13
 #define X_MAX_PIN          34
13
 #define X_MAX_PIN          34
14
 
14
 
15
 #define Y_STEP_PIN         11
15
 #define Y_STEP_PIN         11
16
-#define Y_DIR_PIN          9
16
+#define Y_DIR_PIN           9
17
 #define Y_ENABLE_PIN       12
17
 #define Y_ENABLE_PIN       12
18
 #define Y_MIN_PIN          33
18
 #define Y_MIN_PIN          33
19
 #define Y_MAX_PIN          32
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
 #define Z_MIN_PIN          31
24
 #define Z_MIN_PIN          31
25
 #define Z_MAX_PIN          30
25
 #define Z_MAX_PIN          30
26
 
26
 
48
 #define HEATER_1_PIN       46 //12V PWM2
48
 #define HEATER_1_PIN       46 //12V PWM2
49
 #define HEATER_2_PIN       17 //12V PWM3
49
 #define HEATER_2_PIN       17 //12V PWM3
50
 #define HEATER_BED_PIN     44 //DOUBLE 12V PWM
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
 #define BEEPER_PIN         36
56
 #define BEEPER_PIN         36
57
 
57
 
70
   #define BTN_EN2          39
70
   #define BTN_EN2          39
71
   #define BTN_ENC          15  //the click
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
 #endif // RA_CONTROL_PANEL
77
 #endif // RA_CONTROL_PANEL
78
 
78
 

+ 3
- 1
Marlin/pins_MINIRAMBO.h Ver arquivo

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

+ 3
- 1
Marlin/pins_RAMBO.h Ver arquivo

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

+ 2
- 2
Marlin/pins_TEENSYLU.h Ver arquivo

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

Carregando…
Cancelar
Salvar