Sfoglia il codice sorgente

Update some pins spacing

Scott Lahteine 5 anni fa
parent
commit
6411680364

+ 69
- 71
Marlin/src/pins/pins_ALLIGATOR_R2.h Vedi File

@@ -29,133 +29,131 @@
29 29
   #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
30 30
 #endif
31 31
 
32
-#define BOARD_NAME            "Alligator Board R2"
32
+#define BOARD_NAME         "Alligator Board R2"
33 33
 
34 34
 //
35 35
 // Servos
36 36
 //
37
-#define SERVO0_PIN            36
38
-#define SERVO1_PIN            40
39
-#define SERVO2_PIN            41
40
-#define SERVO3_PIN            -1
37
+#define SERVO0_PIN         36
38
+#define SERVO1_PIN         40
39
+#define SERVO2_PIN         41
40
+#define SERVO3_PIN         -1
41 41
 
42 42
 //
43 43
 // Limit Switches
44 44
 //
45
-#define X_MIN_PIN             33   // PC1
46
-#define X_MAX_PIN             34   // PC2
47
-#define Y_MIN_PIN             35   // PC3
48
-#define Y_MAX_PIN             37   // PC5
49
-#define Z_MIN_PIN             38   // PC6
50
-#define Z_MAX_PIN             39   // PC7
45
+#define X_MIN_PIN          33   // PC1
46
+#define X_MAX_PIN          34   // PC2
47
+#define Y_MIN_PIN          35   // PC3
48
+#define Y_MAX_PIN          37   // PC5
49
+#define Z_MIN_PIN          38   // PC6
50
+#define Z_MAX_PIN          39   // PC7
51 51
 
52 52
 //
53 53
 // Steppers
54 54
 //
55
-#define X_STEP_PIN            96   // PB24
56
-#define X_DIR_PIN              2   // PB25
57
-#define X_ENABLE_PIN          24   // PA15, motor RESET pin
55
+#define X_STEP_PIN         96   // PB24
56
+#define X_DIR_PIN           2   // PB25
57
+#define X_ENABLE_PIN       24   // PA15, motor RESET pin
58 58
 
59
-#define Y_STEP_PIN            94   // PB22
60
-#define Y_DIR_PIN             95   // PB23
61
-#define Y_ENABLE_PIN          24   // PA15, motor RESET pin
59
+#define Y_STEP_PIN         94   // PB22
60
+#define Y_DIR_PIN          95   // PB23
61
+#define Y_ENABLE_PIN       24   // PA15, motor RESET pin
62 62
 
63
-#define Z_STEP_PIN            98   // PC27
64
-#define Z_DIR_PIN              3   // PC28
65
-#define Z_ENABLE_PIN          24   // PA15, motor RESET pin
63
+#define Z_STEP_PIN         98   // PC27
64
+#define Z_DIR_PIN           3   // PC28
65
+#define Z_ENABLE_PIN       24   // PA15, motor RESET pin
66 66
 
67
-#define E0_STEP_PIN            5   // PC25
68
-#define E0_DIR_PIN             4   // PC26
69
-#define E0_ENABLE_PIN         24   // PA15, motor RESET pin
67
+#define E0_STEP_PIN         5   // PC25
68
+#define E0_DIR_PIN          4   // PC26
69
+#define E0_ENABLE_PIN      24   // PA15, motor RESET pin
70 70
 
71
-#define E1_STEP_PIN           28   // PD3 on piggy
72
-#define E1_DIR_PIN            27   // PD2 on piggy
73
-#define E1_ENABLE_PIN         24   // PA15, motor RESET pin
71
+#define E1_STEP_PIN        28   // PD3 on piggy
72
+#define E1_DIR_PIN         27   // PD2 on piggy
73
+#define E1_ENABLE_PIN      24   // PA15, motor RESET pin
74 74
 
75
-#define E2_STEP_PIN           11   // PD7 on piggy
76
-#define E2_DIR_PIN            29   // PD6 on piggy
77
-#define E2_ENABLE_PIN         24   // PA15, motor RESET pin
75
+#define E2_STEP_PIN        11   // PD7 on piggy
76
+#define E2_DIR_PIN         29   // PD6 on piggy
77
+#define E2_ENABLE_PIN      24   // PA15, motor RESET pin
78 78
 
79
-#define E3_STEP_PIN           30   // PD9 on piggy
80
-#define E3_DIR_PIN            12   // PD8 on piggy
81
-#define E3_ENABLE_PIN         24   // PA15, motor RESET pin
79
+#define E3_STEP_PIN        30   // PD9 on piggy
80
+#define E3_DIR_PIN         12   // PD8 on piggy
81
+#define E3_ENABLE_PIN      24   // PA15, motor RESET pin
82 82
 
83 83
 // Microstepping pins - Mapping not from fastio.h (?)
84
-#define X_MS1_PIN             99   // PC10
85
-#define Y_MS1_PIN             10   // PC29
86
-#define Z_MS1_PIN             44   // PC19
87
-#define E0_MS1_PIN            45   // PC18
84
+#define X_MS1_PIN          99   // PC10
85
+#define Y_MS1_PIN          10   // PC29
86
+#define Z_MS1_PIN          44   // PC19
87
+#define E0_MS1_PIN         45   // PC18
88 88
 
89
-//#define MOTOR_FAULT_PIN     22   // PB26 , motor X-Y-Z-E0 motor FAULT
89
+//#define MOTOR_FAULT_PIN  22   // PB26 , motor X-Y-Z-E0 motor FAULT
90 90
 
91 91
 //
92 92
 // Temperature Sensors
93 93
 //
94
-#define TEMP_0_PIN             1   // Analog Input (PA24)
95
-#define TEMP_1_PIN             2   // Analog Input (PA23 on piggy)
96
-#define TEMP_2_PIN             3   // Analog Input (PA22 on piggy)
97
-#define TEMP_3_PIN             4   // Analog Input (PA6 on piggy)
98
-#define TEMP_BED_PIN           0   // Analog Input (PA16)
94
+#define TEMP_0_PIN          1   // Analog Input (PA24)
95
+#define TEMP_1_PIN          2   // Analog Input (PA23 on piggy)
96
+#define TEMP_2_PIN          3   // Analog Input (PA22 on piggy)
97
+#define TEMP_3_PIN          4   // Analog Input (PA6 on piggy)
98
+#define TEMP_BED_PIN        0   // Analog Input (PA16)
99 99
 
100 100
 //
101 101
 // Heaters / Fans
102 102
 //
103 103
 // Note that on the Due pin A0 on the board is channel 2 on the ARM chip
104
-#define HEATER_0_PIN          68   // PA1
105
-#define HEATER_1_PIN           8   // PC22 on piggy
106
-#define HEATER_2_PIN           9   // PC21 on piggy
107
-#define HEATER_3_PIN          97   // PC20 on piggy
108
-#define HEATER_BED_PIN        69   // PA0
104
+#define HEATER_0_PIN       68   // PA1
105
+#define HEATER_1_PIN        8   // PC22 on piggy
106
+#define HEATER_2_PIN        9   // PC21 on piggy
107
+#define HEATER_3_PIN       97   // PC20 on piggy
108
+#define HEATER_BED_PIN     69   // PA0
109 109
 
110 110
 #ifndef FAN_PIN
111
-  #define FAN_PIN             92   // PA5
111
+  #define FAN_PIN          92   // PA5
112 112
 #endif
113
-#define FAN1_PIN              31   // PA7
113
+#define FAN1_PIN           31   // PA7
114 114
 
115 115
 //
116 116
 // Misc. Functions
117 117
 //
118
-#define SDSS                  77   // PA28
119
-#define SD_DETECT_PIN         87   // PA29
120
-#define LED_RED_PIN           40   // PC8
121
-#define LED_GREEN_PIN         41   // PC9
118
+#define SDSS               77   // PA28
119
+#define SD_DETECT_PIN      87   // PA29
120
+#define LED_RED_PIN        40   // PC8
121
+#define LED_GREEN_PIN      41   // PC9
122 122
 
123 123
 #define EXP_VOLTAGE_LEVEL_PIN 65
124 124
 
125
-#define SPI_CHAN_DAC           1
125
+#define SPI_CHAN_DAC        1
126 126
 
127
-#define DAC0_SYNC             53   // PB14
128
-#define DAC1_SYNC              6   // PC24
127
+#define DAC0_SYNC          53   // PB14
128
+#define DAC1_SYNC           6   // PC24
129 129
 
130 130
 // 64K SPI EEPROM
131 131
 #define SPI_EEPROM
132
-#define SPI_CHAN_EEPROM1       2
133
-#define SPI_EEPROM1_CS        25   // PD0
132
+#define SPI_CHAN_EEPROM1    2
133
+#define SPI_EEPROM1_CS     25   // PD0
134 134
 
135 135
 // 2K SPI EEPROM
136
-#define SPI_EEPROM2_CS        26   // PD1
136
+#define SPI_EEPROM2_CS     26   // PD1
137 137
 
138 138
 // FLASH SPI
139 139
 // 32Mb
140
-#define SPI_FLASH_CS          23   // PA14
140
+#define SPI_FLASH_CS       23   // PA14
141 141
 
142 142
 //
143 143
 // LCD / Controller
144 144
 //
145 145
 #if ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
146 146
 
147
-  #define LCD_PINS_RS         18
148
-  #define LCD_PINS_ENABLE     15
149
-  #define LCD_PINS_D4         19
150
-  #define BEEPER_PIN          64
147
+  #define LCD_PINS_RS      18
148
+  #define LCD_PINS_ENABLE  15
149
+  #define LCD_PINS_D4      19
150
+  #define BEEPER_PIN       64
151 151
 
152
-  #define BTN_EN1             14
153
-  #define BTN_EN2             16
154
-  #define BTN_ENC             17
152
+  #define BTN_EN1          14
153
+  #define BTN_EN2          16
154
+  #define BTN_ENC          17
155 155
 
156
-  #if UI_VOLTAGE_LEVEL != 1
157
-    #undef UI_VOLTAGE_LEVEL
158
-    #define UI_VOLTAGE_LEVEL   1
159
-  #endif
156
+  #undef UI_VOLTAGE_LEVEL
157
+  #define UI_VOLTAGE_LEVEL 1
160 158
 
161 159
 #endif // REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

+ 44
- 50
Marlin/src/pins/pins_BIQU_B300_V1.0.h Vedi File

@@ -41,54 +41,51 @@
41 41
 //
42 42
 // Limit Switches
43 43
 //
44
-#define X_MIN_PIN           P1_24   // 10k pullup to 3.3V, 1K series
45
-#define X_MAX_PIN           P1_25   // 10k pullup to 3.3V, 1K series
46
-#define Y_MIN_PIN           P1_26   // 10k pullup to 3.3V, 1K series
47
-#define Y_MAX_PIN           P1_27   // 10k pullup to 3.3V, 1K series
48
-#define Z_MIN_PIN           P1_28   // 10k pullup to 3.3V, 1K series
49
-#define Z_MAX_PIN           P1_29   // 10k pullup to 3.3V, 1K series
50
-
44
+#define X_MIN_PIN          P1_24   // 10k pullup to 3.3V, 1K series
45
+#define X_MAX_PIN          P1_25   // 10k pullup to 3.3V, 1K series
46
+#define Y_MIN_PIN          P1_26   // 10k pullup to 3.3V, 1K series
47
+#define Y_MAX_PIN          P1_27   // 10k pullup to 3.3V, 1K series
48
+#define Z_MIN_PIN          P1_28   // 10k pullup to 3.3V, 1K series
49
+#define Z_MAX_PIN          P1_29   // 10k pullup to 3.3V, 1K series
51 50
 
52 51
 //
53 52
 // Steppers
54 53
 //
55
-#define X_STEP_PIN          P2_00
56
-#define X_DIR_PIN           P0_05
57
-#define X_ENABLE_PIN        P0_04
54
+#define X_STEP_PIN         P2_00
55
+#define X_DIR_PIN          P0_05
56
+#define X_ENABLE_PIN       P0_04
58 57
 #ifndef X_CS_PIN
59
-  #define X_CS_PIN          P1_15   // ETH
58
+  #define X_CS_PIN         P1_15   // ETH
60 59
 #endif
61 60
 
62
-
63
-#define Y_STEP_PIN          P2_01
64
-#define Y_DIR_PIN           P0_11
65
-#define Y_ENABLE_PIN        P0_10
61
+#define Y_STEP_PIN         P2_01
62
+#define Y_DIR_PIN          P0_11
63
+#define Y_ENABLE_PIN       P0_10
66 64
 #ifndef Y_CS_PIN
67
-  #define Y_CS_PIN          P1_14   // ETH
65
+  #define Y_CS_PIN         P1_14   // ETH
68 66
 #endif
69 67
 
70
-#define Z_STEP_PIN          P2_02
71
-#define Z_DIR_PIN           P0_20
72
-#define Z_ENABLE_PIN        P0_19
68
+#define Z_STEP_PIN         P2_02
69
+#define Z_DIR_PIN          P0_20
70
+#define Z_ENABLE_PIN       P0_19
73 71
 #ifndef Z_CS_PIN
74
-  #define Z_CS_PIN          P1_16   // ETH
72
+  #define Z_CS_PIN         P1_16   // ETH
75 73
 #endif
76 74
 
77
-#define E0_STEP_PIN         P2_03
78
-#define E0_DIR_PIN          P0_22
79
-#define E0_ENABLE_PIN       P0_21
75
+#define E0_STEP_PIN        P2_03
76
+#define E0_DIR_PIN         P0_22
77
+#define E0_ENABLE_PIN      P0_21
80 78
 #ifndef E0_CS_PIN
81
-  #define E0_CS_PIN         P1_17   // ETH
79
+  #define E0_CS_PIN        P1_17   // ETH
82 80
 #endif
83 81
 
84
-
85 82
 //
86 83
 // Software SPI pins for TMC2130 stepper drivers
87 84
 //
88 85
 #if ENABLED(TMC_USE_SW_SPI)
89
-  #define TMC_SW_MOSI       P0_18   // ETH
90
-  #define TMC_SW_MISO       P0_17   // ETH
91
-  #define TMC_SW_SCK        P0_15   // ETH
86
+  #define TMC_SW_MOSI      P0_18   // ETH
87
+  #define TMC_SW_MISO      P0_17   // ETH
88
+  #define TMC_SW_SCK       P0_15   // ETH
92 89
 #endif
93 90
 
94 91
 //
@@ -98,21 +95,20 @@
98 95
 #define TEMP_0_PIN          1   // A0 (T0)
99 96
 #define TEMP_BED_PIN        0   // A1 (T1)
100 97
 
101
-
102 98
 //
103 99
 // Heaters / Fans
104 100
 //
105
-#define HEATER_0_PIN        P2_07
106
-#define HEATER_BED_PIN      P2_05
101
+#define HEATER_0_PIN       P2_07
102
+#define HEATER_BED_PIN     P2_05
107 103
 #ifndef FAN_PIN
108
-  #define FAN_PIN           P2_04
104
+  #define FAN_PIN          P2_04
109 105
 #endif
110 106
 
111 107
 //
112 108
 // Unused
113 109
 //
114
-//#define PIN_P2_10         P2_10   // IBOOT-1
115
-//#define PIN_P0_27         P0_27   // Onboard SD Detect
110
+//#define PIN_P2_10        P2_10   // IBOOT-1
111
+//#define PIN_P0_27        P0_27   // Onboard SD Detect
116 112
 
117 113
 /**
118 114
  * LCD / Controller
@@ -126,16 +122,16 @@
126 122
  */
127 123
 #if ENABLED(ULTRA_LCD)
128 124
 
129
-  #define BEEPER_PIN        P1_31   // EXP1-1
125
+  #define BEEPER_PIN       P1_31   // EXP1-1
130 126
 
131
-  #define BTN_EN1           P3_26   // EXP2-3
132
-  #define BTN_EN2           P3_25   // EXP2-5
133
-  #define BTN_ENC           P1_30   // EXP1-2
127
+  #define BTN_EN1          P3_26   // EXP2-3
128
+  #define BTN_EN2          P3_25   // EXP2-5
129
+  #define BTN_ENC          P1_30   // EXP1-2
134 130
 
135
-  #define SD_DETECT_PIN     P0_27   // EXP2-7
136
-  #define LCD_PINS_RS       P0_16   // EXP1-4
137
-  #define LCD_PINS_ENABLE   P0_18   // (MOSI) EXP1-3
138
-  #define LCD_PINS_D4       P0_15   // (SCK)  EXP1-5
131
+  #define SD_DETECT_PIN    P0_27   // EXP2-7
132
+  #define LCD_PINS_RS      P0_16   // EXP1-4
133
+  #define LCD_PINS_ENABLE  P0_18   // (MOSI) EXP1-3
134
+  #define LCD_PINS_D4      P0_15   // (SCK)  EXP1-5
139 135
 
140 136
   #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) && DISABLED(DOGLCD)
141 137
     #error "REPRAP_DISCOUNT_SMART_CONTROLLER is not supported by the BIQU BQ111-A4"
@@ -154,14 +150,12 @@
154 150
  * Hardware SPI can't be used because P0_17 (MISO) is not brought out on this board.
155 151
  */
156 152
 #if ENABLED(SDSUPPORT)
157
-
158
-  #define SCK_PIN   P0_15   // EXP1-5
159
-  #define MISO_PIN  P0_16   // EXP1-4
160
-  #define MOSI_PIN  P0_18   // EXP1-3
161
-  #define SS_PIN    P1_30   // EXP1-2
162
-  #define SDSS      SS_PIN
163
-
164
-#endif // SDSUPPORT
153
+  #define SCK_PIN          P0_15   // EXP1-5
154
+  #define MISO_PIN         P0_16   // EXP1-4
155
+  #define MOSI_PIN         P0_18   // EXP1-3
156
+  #define SS_PIN           P1_30   // EXP1-2
157
+  #define SDSS             SS_PIN
158
+#endif
165 159
 
166 160
 /**
167 161
  *  PWMS

+ 53
- 53
Marlin/src/pins/pins_COHESION3D_MINI.h Vedi File

@@ -34,53 +34,53 @@
34 34
 //
35 35
 // Servos
36 36
 //
37
-#define SERVO0_PIN          P1_23
37
+#define SERVO0_PIN         P1_23
38 38
 
39 39
 //
40 40
 // Limit Switches
41 41
 //
42
-#define X_MIN_PIN           P1_24   // 10k pullup to 3.3V
43
-#define X_MAX_PIN           P1_25   // 10k pullup to 3.3V
44
-#define Y_MIN_PIN           P1_26   // 10k pullup to 3.3V
45
-#define Y_MAX_PIN           P1_27   // 10k pullup to 3.3V
46
-#define Z_MIN_PIN           P1_28   // 10k pullup to 3.3V
47
-#define Z_MAX_PIN           P1_29   // 10k pullup to 3.3V
42
+#define X_MIN_PIN          P1_24   // 10k pullup to 3.3V
43
+#define X_MAX_PIN          P1_25   // 10k pullup to 3.3V
44
+#define Y_MIN_PIN          P1_26   // 10k pullup to 3.3V
45
+#define Y_MAX_PIN          P1_27   // 10k pullup to 3.3V
46
+#define Z_MIN_PIN          P1_28   // 10k pullup to 3.3V
47
+#define Z_MAX_PIN          P1_29   // 10k pullup to 3.3V
48 48
 
49 49
 //
50 50
 // Steppers
51 51
 //
52
-#define X_STEP_PIN          P2_00
53
-#define X_DIR_PIN           P0_05
54
-#define X_ENABLE_PIN        P0_04
55
-#define X_CS_PIN            P1_10   // Ethernet Expansion - Pin 9
52
+#define X_STEP_PIN         P2_00
53
+#define X_DIR_PIN          P0_05
54
+#define X_ENABLE_PIN       P0_04
55
+#define X_CS_PIN           P1_10   // Ethernet Expansion - Pin 9
56 56
 
57
-#define Y_STEP_PIN          P2_01
58
-#define Y_DIR_PIN           P0_11
59
-#define Y_ENABLE_PIN        P0_10
60
-#define Y_CS_PIN            P1_09   // Ethernet Expansion - Pin 10
57
+#define Y_STEP_PIN         P2_01
58
+#define Y_DIR_PIN          P0_11
59
+#define Y_ENABLE_PIN       P0_10
60
+#define Y_CS_PIN           P1_09   // Ethernet Expansion - Pin 10
61 61
 
62
-#define Z_STEP_PIN          P2_02
63
-#define Z_DIR_PIN           P0_20
64
-#define Z_ENABLE_PIN        P0_19
65
-#define Z_CS_PIN            P1_00   // Ethernet Expansion - Pin 11
62
+#define Z_STEP_PIN         P2_02
63
+#define Z_DIR_PIN          P0_20
64
+#define Z_ENABLE_PIN       P0_19
65
+#define Z_CS_PIN           P1_00   // Ethernet Expansion - Pin 11
66 66
 
67
-#define E0_STEP_PIN         P2_03
68
-#define E0_DIR_PIN          P0_22
69
-#define E0_ENABLE_PIN       P0_21
70
-#define E0_CS_PIN           P1_04   // Ethernet Expansion - Pin 12
67
+#define E0_STEP_PIN        P2_03
68
+#define E0_DIR_PIN         P0_22
69
+#define E0_ENABLE_PIN      P0_21
70
+#define E0_CS_PIN          P1_04   // Ethernet Expansion - Pin 12
71 71
 
72 72
 //
73 73
 // Default pins for TMC software SPI
74 74
 //
75 75
 #if ENABLED(TMC_USE_SW_SPI)
76 76
   #ifndef TMC_SW_MOSI
77
-    #define TMC_SW_MOSI     P1_16   // Ethernet Expansion - Pin 5
77
+    #define TMC_SW_MOSI    P1_16   // Ethernet Expansion - Pin 5
78 78
   #endif
79 79
   #ifndef TMC_SW_MISO
80
-    #define TMC_SW_MISO     P1_17   // Ethernet Expansion - Pin 6
80
+    #define TMC_SW_MISO    P1_17   // Ethernet Expansion - Pin 6
81 81
   #endif
82 82
   #ifndef TMC_SW_SCK
83
-    #define TMC_SW_SCK      P1_08   // Ethernet Expansion - Pin 7
83
+    #define TMC_SW_SCK     P1_08   // Ethernet Expansion - Pin 7
84 84
   #endif
85 85
 #endif
86 86
 
@@ -94,25 +94,25 @@
94 94
 //
95 95
 // Heaters / Fans
96 96
 //
97
-#define HEATER_BED_PIN      P2_05
98
-#define HEATER_0_PIN        P2_07   // FET 1
97
+#define HEATER_BED_PIN     P2_05
98
+#define HEATER_0_PIN       P2_07   // FET 1
99 99
 #ifndef FAN_PIN
100
-  #define FAN_PIN           P2_06   // ReMix FET 4, Mini FET 3
100
+  #define FAN_PIN          P2_06   // ReMix FET 4, Mini FET 3
101 101
 #endif
102 102
 
103 103
 //
104 104
 // Auto fans
105 105
 //
106
-#define AUTO_FAN_PIN        P2_04   // FET 4
106
+#define AUTO_FAN_PIN       P2_04   // FET 4
107 107
 
108
-#define ORIG_E0_AUTO_FAN_PIN  AUTO_FAN_PIN
109
-#define ORIG_E1_AUTO_FAN_PIN  AUTO_FAN_PIN
110
-#define ORIG_E2_AUTO_FAN_PIN  AUTO_FAN_PIN
108
+#define ORIG_E0_AUTO_FAN_PIN AUTO_FAN_PIN
109
+#define ORIG_E1_AUTO_FAN_PIN AUTO_FAN_PIN
110
+#define ORIG_E2_AUTO_FAN_PIN AUTO_FAN_PIN
111 111
 
112 112
 //
113 113
 // Misc. Functions
114 114
 //
115
-#define LED_PIN             P4_28   // Play LED
115
+#define LED_PIN            P4_28   // Play LED
116 116
 
117 117
 //
118 118
 // M3/M4/M5 - Spindle/Laser Control
@@ -138,18 +138,18 @@
138 138
 //
139 139
 #if ENABLED(ULTRA_LCD)
140 140
 
141
-  #define BEEPER_PIN        P0_27   // EXP2-7 - open drain
141
+  #define BEEPER_PIN       P0_27   // EXP2-7 - open drain
142 142
 
143
-  #define BTN_EN1           P3_26   // EXP2-5
144
-  #define BTN_EN2           P3_25   // EXP2-3
145
-  #define BTN_ENC           P1_30   // EXP1-2
143
+  #define BTN_EN1          P3_26   // EXP2-5
144
+  #define BTN_EN2          P3_25   // EXP2-3
145
+  #define BTN_ENC          P1_30   // EXP1-2
146 146
 
147
-  #define LCD_PINS_RS       P0_16   // EXP1-4
148
-  #define LCD_SDSS          P0_28   // EXP2-4
149
-  #define LCD_PINS_ENABLE   P0_18   // EXP1-3
150
-  #define LCD_PINS_D4       P0_15   // EXP1-5
147
+  #define LCD_PINS_RS      P0_16   // EXP1-4
148
+  #define LCD_SDSS         P0_28   // EXP2-4
149
+  #define LCD_PINS_ENABLE  P0_18   // EXP1-3
150
+  #define LCD_PINS_D4      P0_15   // EXP1-5
151 151
 
152
-  #define KILL_PIN          P2_11   // EXP2-10
152
+  #define KILL_PIN         P2_11   // EXP2-10
153 153
 
154 154
   #if ENABLED(SDSUPPORT)
155 155
     #error "SDSUPPORT is not currently supported by the Cohesion3D boards"
@@ -160,13 +160,13 @@
160 160
 //
161 161
 // Ethernet pins
162 162
 //
163
-#define ENET_MDIO           P1_17
164
-#define ENET_RX_ER          P1_14
165
-#define ENET_RXD1           P1_10
166
-#define ENET_MOC            P1_16
167
-#define REF_CLK             P1_15
168
-#define ENET_RXD0           P1_09
169
-#define ENET_CRS            P1_08
170
-#define ENET_TX_EN          P1_04
171
-#define ENET_TXD0           P1_00
172
-#define ENET_TXD1           P1_01
163
+#define ENET_MDIO          P1_17
164
+#define ENET_RX_ER         P1_14
165
+#define ENET_RXD1          P1_10
166
+#define ENET_MOC           P1_16
167
+#define REF_CLK            P1_15
168
+#define ENET_RXD0          P1_09
169
+#define ENET_CRS           P1_08
170
+#define ENET_TX_EN         P1_04
171
+#define ENET_TXD0          P1_00
172
+#define ENET_TXD1          P1_01

+ 62
- 62
Marlin/src/pins/pins_COHESION3D_REMIX.h Vedi File

@@ -34,63 +34,63 @@
34 34
 //
35 35
 // Servos
36 36
 //
37
-#define SERVO0_PIN        P2_04
37
+#define SERVO0_PIN         P2_04
38 38
 
39 39
 //
40 40
 // Limit Switches
41 41
 //
42
-#define X_MIN_PIN           P1_24   // 10k pullup to 3.3V
43
-#define X_MAX_PIN           P1_25   // 10k pullup to 3.3V
44
-#define Y_MIN_PIN           P1_26   // 10k pullup to 3.3V
45
-#define Y_MAX_PIN           P1_27   // 10k pullup to 3.3V
46
-#define Z_MIN_PIN           P1_28   // 10k pullup to 3.3V
47
-#define Z_MAX_PIN           P1_29   // 10k pullup to 3.3V
42
+#define X_MIN_PIN          P1_24   // 10k pullup to 3.3V
43
+#define X_MAX_PIN          P1_25   // 10k pullup to 3.3V
44
+#define Y_MIN_PIN          P1_26   // 10k pullup to 3.3V
45
+#define Y_MAX_PIN          P1_27   // 10k pullup to 3.3V
46
+#define Z_MIN_PIN          P1_28   // 10k pullup to 3.3V
47
+#define Z_MAX_PIN          P1_29   // 10k pullup to 3.3V
48 48
 
49 49
 //
50 50
 // Steppers
51 51
 //
52
-#define X_STEP_PIN          P2_00
53
-#define X_DIR_PIN           P0_05
54
-#define X_ENABLE_PIN        P0_04
55
-#define X_CS_PIN            P1_10   // Ethernet Expansion - Pin 9
52
+#define X_STEP_PIN         P2_00
53
+#define X_DIR_PIN          P0_05
54
+#define X_ENABLE_PIN       P0_04
55
+#define X_CS_PIN           P1_10   // Ethernet Expansion - Pin 9
56 56
 
57
-#define Y_STEP_PIN          P2_01
58
-#define Y_DIR_PIN           P0_11
59
-#define Y_ENABLE_PIN        P0_10
60
-#define Y_CS_PIN            P1_09   // Ethernet Expansion - Pin 10
57
+#define Y_STEP_PIN         P2_01
58
+#define Y_DIR_PIN          P0_11
59
+#define Y_ENABLE_PIN       P0_10
60
+#define Y_CS_PIN           P1_09   // Ethernet Expansion - Pin 10
61 61
 
62
-#define Z_STEP_PIN          P2_02
63
-#define Z_DIR_PIN           P0_20
64
-#define Z_ENABLE_PIN        P0_19
65
-#define Z_CS_PIN            P1_00   // Ethernet Expansion - Pin 11
62
+#define Z_STEP_PIN         P2_02
63
+#define Z_DIR_PIN          P0_20
64
+#define Z_ENABLE_PIN       P0_19
65
+#define Z_CS_PIN           P1_00   // Ethernet Expansion - Pin 11
66 66
 
67
-#define E0_STEP_PIN         P2_03
68
-#define E0_DIR_PIN          P0_22
69
-#define E0_ENABLE_PIN       P0_21
70
-#define E0_CS_PIN           P1_04   // Ethernet Expansion - Pin 12
67
+#define E0_STEP_PIN        P2_03
68
+#define E0_DIR_PIN         P0_22
69
+#define E0_ENABLE_PIN      P0_21
70
+#define E0_CS_PIN          P1_04   // Ethernet Expansion - Pin 12
71 71
 
72
-#define E1_STEP_PIN         P2_08
73
-#define E1_DIR_PIN          P2_13
74
-#define E1_ENABLE_PIN       P4_29
75
-#define E1_CS_PIN           P1_01   // Ethernet Expansion - Pin 14
72
+#define E1_STEP_PIN        P2_08
73
+#define E1_DIR_PIN         P2_13
74
+#define E1_ENABLE_PIN      P4_29
75
+#define E1_CS_PIN          P1_01   // Ethernet Expansion - Pin 14
76 76
 
77
-#define E2_STEP_PIN         P1_20
78
-#define E2_DIR_PIN          P1_19
79
-#define E2_ENABLE_PIN       P1_21
80
-#define E2_CS_PIN           P1_18   // FET 6
77
+#define E2_STEP_PIN        P1_20
78
+#define E2_DIR_PIN         P1_19
79
+#define E2_ENABLE_PIN      P1_21
80
+#define E2_CS_PIN          P1_18   // FET 6
81 81
 
82 82
 //
83 83
 // Default pins for TMC software SPI
84 84
 //
85 85
 #if ENABLED(TMC_USE_SW_SPI)
86 86
   #ifndef TMC_SW_MOSI
87
-    #define TMC_SW_MOSI     P1_16   // Ethernet Expansion - Pin 5
87
+    #define TMC_SW_MOSI    P1_16   // Ethernet Expansion - Pin 5
88 88
   #endif
89 89
   #ifndef TMC_SW_MISO
90
-    #define TMC_SW_MISO     P1_17   // Ethernet Expansion - Pin 6
90
+    #define TMC_SW_MISO    P1_17   // Ethernet Expansion - Pin 6
91 91
   #endif
92 92
   #ifndef TMC_SW_SCK
93
-    #define TMC_SW_SCK      P1_08   // Ethernet Expansion - Pin 7
93
+    #define TMC_SW_SCK     P1_08   // Ethernet Expansion - Pin 7
94 94
   #endif
95 95
 #endif
96 96
 
@@ -110,21 +110,21 @@
110 110
 //
111 111
 // Heaters / Fans
112 112
 //
113
-#define HEATER_BED_PIN      P2_05
114
-#define HEATER_0_PIN        P2_07   // FET 1
115
-#define HEATER_1_PIN        P1_23   // FET 2
116
-#define HEATER_2_PIN        P1_22   // FET 3
113
+#define HEATER_BED_PIN     P2_05
114
+#define HEATER_0_PIN       P2_07   // FET 1
115
+#define HEATER_1_PIN       P1_23   // FET 2
116
+#define HEATER_2_PIN       P1_22   // FET 3
117 117
 #ifndef FAN_PIN
118
-  #define FAN_PIN           P2_06   // ReMix FET 4, Mini FET 3
118
+  #define FAN_PIN          P2_06   // ReMix FET 4, Mini FET 3
119 119
 #endif
120 120
 
121 121
 //
122 122
 // Auto fans
123 123
 //
124 124
 #if HOTENDS == 3
125
-  #define AUTO_FAN_PIN      P1_18   // FET 6
125
+  #define AUTO_FAN_PIN     P1_18   // FET 6
126 126
 #else
127
-  #define AUTO_FAN_PIN      P1_22   // FET 3
127
+  #define AUTO_FAN_PIN     P1_22   // FET 3
128 128
 #endif
129 129
 #define ORIG_E0_AUTO_FAN_PIN  AUTO_FAN_PIN
130 130
 #define ORIG_E1_AUTO_FAN_PIN  AUTO_FAN_PIN
@@ -133,7 +133,7 @@
133 133
 //
134 134
 // Misc. Functions
135 135
 //
136
-#define LED_PIN             P4_28   // Play LED
136
+#define LED_PIN            P4_28   // Play LED
137 137
 
138 138
 //
139 139
 // M3/M4/M5 - Spindle/Laser Control
@@ -159,19 +159,19 @@
159 159
 //
160 160
 #if ENABLED(ULTRA_LCD)
161 161
 
162
-  #define BEEPER_PIN        P1_31   // EXP1-1
163
-  #define SD_DETECT_PIN     P0_27   // EXP2-7
162
+  #define BEEPER_PIN       P1_31   // EXP1-1
163
+  #define SD_DETECT_PIN    P0_27   // EXP2-7
164 164
 
165
-  #define BTN_EN1           P3_26   // EXP2-5
166
-  #define BTN_EN2           P3_25   // EXP2-3
167
-  #define BTN_ENC           P1_30   // EXP1-2
165
+  #define BTN_EN1          P3_26   // EXP2-5
166
+  #define BTN_EN2          P3_25   // EXP2-3
167
+  #define BTN_ENC          P1_30   // EXP1-2
168 168
 
169
-  #define LCD_PINS_RS       P0_16   // EXP1-4
170
-  #define LCD_SDSS          P0_28   // EXP2-4
171
-  #define LCD_PINS_ENABLE   P0_18   // EXP1-3
172
-  #define LCD_PINS_D4       P0_15   // EXP1-5
169
+  #define LCD_PINS_RS      P0_16   // EXP1-4
170
+  #define LCD_SDSS         P0_28   // EXP2-4
171
+  #define LCD_PINS_ENABLE  P0_18   // EXP1-3
172
+  #define LCD_PINS_D4      P0_15   // EXP1-5
173 173
 
174
-  #define KILL_PIN          P2_11   // EXP2-10
174
+  #define KILL_PIN         P2_11   // EXP2-10
175 175
 
176 176
   #if ENABLED(SDSUPPORT)
177 177
     #error "SDSUPPORT is not currently supported by the Cohesion3D boards"
@@ -182,13 +182,13 @@
182 182
 //
183 183
 // Ethernet pins
184 184
 //
185
-#define ENET_MDIO           P1_17
186
-#define ENET_RX_ER          P1_14
187
-#define ENET_RXD1           P1_10
188
-#define ENET_MOC            P1_16
189
-#define REF_CLK             P1_15
190
-#define ENET_RXD0           P1_09
191
-#define ENET_CRS            P1_08
192
-#define ENET_TX_EN          P1_04
193
-#define ENET_TXD0           P1_00
194
-#define ENET_TXD1           P1_01
185
+#define ENET_MDIO          P1_17
186
+#define ENET_RX_ER         P1_14
187
+#define ENET_RXD1          P1_10
188
+#define ENET_MOC           P1_16
189
+#define REF_CLK            P1_15
190
+#define ENET_RXD0          P1_09
191
+#define ENET_CRS           P1_08
192
+#define ENET_TX_EN         P1_04
193
+#define ENET_TXD0          P1_00
194
+#define ENET_TXD1          P1_01

+ 35
- 35
Marlin/src/pins/pins_GEN7_CUSTOM.h Vedi File

@@ -63,68 +63,68 @@
63 63
 //
64 64
 // Limit Switches
65 65
 //
66
-#define X_STOP_PIN       0
67
-#define Y_STOP_PIN       1
68
-#define Z_STOP_PIN       2
66
+#define X_STOP_PIN          0
67
+#define Y_STOP_PIN          1
68
+#define Z_STOP_PIN          2
69 69
 
70 70
 //
71 71
 // Steppers
72 72
 //
73
-#define X_STEP_PIN      21   // different from standard GEN7
74
-#define X_DIR_PIN       20   // different from standard GEN7
75
-#define X_ENABLE_PIN    24
73
+#define X_STEP_PIN         21   // different from standard GEN7
74
+#define X_DIR_PIN          20   // different from standard GEN7
75
+#define X_ENABLE_PIN       24
76 76
 
77
-#define Y_STEP_PIN      23
78
-#define Y_DIR_PIN       22
79
-#define Y_ENABLE_PIN    24
77
+#define Y_STEP_PIN         23
78
+#define Y_DIR_PIN          22
79
+#define Y_ENABLE_PIN       24
80 80
 
81
-#define Z_STEP_PIN      26
82
-#define Z_DIR_PIN       25
83
-#define Z_ENABLE_PIN    24
81
+#define Z_STEP_PIN         26
82
+#define Z_DIR_PIN          25
83
+#define Z_ENABLE_PIN       24
84 84
 
85
-#define E0_STEP_PIN     28
86
-#define E0_DIR_PIN      27
87
-#define E0_ENABLE_PIN   24
85
+#define E0_STEP_PIN        28
86
+#define E0_DIR_PIN         27
87
+#define E0_ENABLE_PIN      24
88 88
 
89 89
 //
90 90
 // Temperature Sensors
91 91
 //
92
-#define TEMP_0_PIN       2   // Analog Input
93
-#define TEMP_BED_PIN     1   // Analog Input (pin 34 bed)
92
+#define TEMP_0_PIN          2   // Analog Input
93
+#define TEMP_BED_PIN        1   // Analog Input (pin 34 bed)
94 94
 
95 95
 //
96 96
 // Heaters
97 97
 //
98
-#define HEATER_0_PIN     4
99
-#define HEATER_BED_PIN   3   // (bed)
98
+#define HEATER_0_PIN        4
99
+#define HEATER_BED_PIN      3   // (bed)
100 100
 
101 101
 //
102 102
 // Misc. Functions
103 103
 //
104
-#define SDSS            31   // SCL pin of I2C header || CS Pin for SD Card support
105
-#define PS_ON_PIN       19
106
-#define CASE_LIGHT_PIN  15   // MUST BE HARDWARE PWM
104
+#define SDSS               31   // SCL pin of I2C header || CS Pin for SD Card support
105
+#define PS_ON_PIN          19
106
+#define CASE_LIGHT_PIN     15   // MUST BE HARDWARE PWM
107 107
 
108 108
 // A pin for debugging
109
-#define DEBUG_PIN       -1
109
+#define DEBUG_PIN          -1
110 110
 
111 111
 //
112 112
 // LCD / Controller
113 113
 //
114
-#define BEEPER_PIN      -1
114
+#define BEEPER_PIN         -1
115 115
 
116 116
 // 4bit LCD Support
117
-#define LCD_PINS_RS     18
118
-#define LCD_PINS_ENABLE 17
119
-#define LCD_PINS_D4     16
120
-#define LCD_PINS_D5     15
121
-#define LCD_PINS_D6     13
122
-#define LCD_PINS_D7     14
123
-
124
-// Buttons are directly attached
125
-#define BTN_EN1         11
126
-#define BTN_EN2         10
127
-#define BTN_ENC         12
117
+#define LCD_PINS_RS        18
118
+#define LCD_PINS_ENABLE    17
119
+#define LCD_PINS_D4        16
120
+#define LCD_PINS_D5        15
121
+#define LCD_PINS_D6        13
122
+#define LCD_PINS_D7        14
123
+
124
+// Buttons are directly    attached
125
+#define BTN_EN1            11
126
+#define BTN_EN2            10
127
+#define BTN_ENC            12
128 128
 
129 129
 // RS485 pins
130 130
 //#define TX_ENABLE_PIN   12

+ 70
- 70
Marlin/src/pins/pins_SCOOVO_X9H.h Vedi File

@@ -33,125 +33,125 @@
33 33
 //
34 34
 // Servos
35 35
 //
36
-#define SERVO0_PIN 22   // Motor header MX1
37
-#define SERVO1_PIN 23   // Motor header MX2
38
-#define SERVO2_PIN 24   // Motor header MX3
39
-#define SERVO3_PIN  5   // PWM header pin 5
36
+#define SERVO0_PIN         22   // Motor header MX1
37
+#define SERVO1_PIN         23   // Motor header MX2
38
+#define SERVO2_PIN         24   // Motor header MX3
39
+#define SERVO3_PIN          5   // PWM header pin 5
40 40
 
41 41
 //
42 42
 // Limit Switches
43 43
 //
44
-#define X_MIN_PIN           12
45
-#define X_MAX_PIN           24
46
-#define Y_MIN_PIN           11
47
-#define Y_MAX_PIN           23
48
-#define Z_MIN_PIN           10
49
-#define Z_MAX_PIN           30
44
+#define X_MIN_PIN          12
45
+#define X_MAX_PIN          24
46
+#define Y_MIN_PIN          11
47
+#define Y_MAX_PIN          23
48
+#define Z_MIN_PIN          10
49
+#define Z_MAX_PIN          30
50 50
 
51 51
 //
52
-// Z Probe (when not Z_MIN_PIN)
52
+// Z Probe (when not Z_MIN_IN)
53 53
 //
54 54
 #ifndef Z_MIN_PROBE_PIN
55
-  #define Z_MIN_PROBE_PIN   30
55
+  #define Z_MIN_PROBE_PIN  30
56 56
 #endif
57 57
 
58 58
 //
59 59
 // Steppers
60 60
 //
61
-#define X_STEP_PIN          37
62
-#define X_DIR_PIN           48
63
-#define X_ENABLE_PIN        29
61
+#define X_STEP_PIN         37
62
+#define X_DIR_PIN          48
63
+#define X_ENABLE_PIN       29
64 64
 
65
-#define Y_STEP_PIN          36
66
-#define Y_DIR_PIN           49
67
-#define Y_ENABLE_PIN        28
65
+#define Y_STEP_PIN         36
66
+#define Y_DIR_PIN          49
67
+#define Y_ENABLE_PIN       28
68 68
 
69
-#define Z_STEP_PIN          35
70
-#define Z_DIR_PIN           47
71
-#define Z_ENABLE_PIN        27
69
+#define Z_STEP_PIN         35
70
+#define Z_DIR_PIN          47
71
+#define Z_ENABLE_PIN       27
72 72
 
73
-#define E0_STEP_PIN         34
74
-#define E0_DIR_PIN          43
75
-#define E0_ENABLE_PIN       26
73
+#define E0_STEP_PIN        34
74
+#define E0_DIR_PIN         43
75
+#define E0_ENABLE_PIN      26
76 76
 
77
-#define E1_STEP_PIN         33
78
-#define E1_DIR_PIN          42
79
-#define E1_ENABLE_PIN       25
77
+#define E1_STEP_PIN        33
78
+#define E1_DIR_PIN         42
79
+#define E1_ENABLE_PIN      25
80 80
 
81 81
 // Microstepping pins - Mapping not from fastio.h (?)
82
-#define X_MS1_PIN           40
83
-#define X_MS2_PIN           41
84
-#define Y_MS1_PIN           69
85
-#define Y_MS2_PIN           39
86
-#define Z_MS1_PIN           68
87
-#define Z_MS2_PIN           67
88
-#define E0_MS1_PIN          65
89
-#define E0_MS2_PIN          66
90
-#define E1_MS1_PIN          63
91
-#define E1_MS2_PIN          64
92
-
93
-#define DIGIPOTSS_PIN       38
82
+#define X_MS1_PIN          40
83
+#define X_MS2_PIN          41
84
+#define Y_MS1_PIN          69
85
+#define Y_MS2_PIN          39
86
+#define Z_MS1_PIN          68
87
+#define Z_MS2_PIN          67
88
+#define E0_MS1_PIN         65
89
+#define E0_MS2_PIN         66
90
+#define E1_MS1_PIN         63
91
+#define E1_MS2_PIN         64
92
+
93
+#define DIGIPOTSS_PIN      38
94 94
 #define DIGIPOT_CHANNELS {4,5,3,0,1}   // X Y Z E0 E1 digipot channels to stepper driver mapping
95 95
 
96 96
 //
97 97
 // Temperature Sensors
98 98
 //
99
-#define TEMP_0_PIN           0   // Analog Input
100
-#define TEMP_BED_PIN         7   // Analog Input
99
+#define TEMP_0_PIN          0   // Analog Input
100
+#define TEMP_BED_PIN        7   // Analog Input
101 101
 
102 102
 //
103 103
 // Heaters / Fans
104 104
 //
105
-#define HEATER_0_PIN         9
106
-#define HEATER_1_PIN         7
107
-#define HEATER_BED_PIN       3
105
+#define HEATER_0_PIN        9
106
+#define HEATER_1_PIN        7
107
+#define HEATER_BED_PIN      3
108 108
 
109 109
 #ifndef FAN_PIN
110
-  #define FAN_PIN            8
110
+  #define FAN_PIN           8
111 111
 #endif
112
-#define FAN1_PIN             6
113
-#define FAN2_PIN             2
112
+#define FAN1_PIN            6
113
+#define FAN2_PIN            2
114 114
 
115 115
 //
116 116
 // Misc. Functions
117 117
 //
118
-#define SDSS                53
119
-#define LED_PIN             13
120
-#define PS_ON_PIN            4
118
+#define SDSS               53
119
+#define LED_PIN            13
120
+#define PS_ON_PIN           4
121 121
 
122 122
 #ifndef FILWIDTH_PIN
123
-  #define FILWIDTH_PIN       3   // Analog Input
123
+  #define FILWIDTH_PIN      3   // Analog Input
124 124
 #endif
125 125
 
126 126
 //
127 127
 // LCD / Controller
128 128
 //
129
-#define LCD_PINS_RS         70   // Ext2_5
130
-#define LCD_PINS_ENABLE     71   // Ext2_7
131
-#define LCD_PINS_D4         72   // Ext2_9 ?
132
-#define LCD_PINS_D5         73   // Ext2_11 ?
133
-#define LCD_PINS_D6         74   // Ext2_13
134
-#define LCD_PINS_D7         75   // Ext2_15 ?
135
-#define BEEPER_PIN          -1
129
+#define LCD_PINS_RS        70   // Ext2_5
130
+#define LCD_PINS_ENABLE    71   // Ext2_7
131
+#define LCD_PINS_D4        72   // Ext2_9 ?
132
+#define LCD_PINS_D5        73   // Ext2_11 ?
133
+#define LCD_PINS_D6        74   // Ext2_13
134
+#define LCD_PINS_D7        75   // Ext2_15 ?
135
+#define BEEPER_PIN         -1
136 136
 
137
-#define BTN_HOME            80   // Ext_16
138
-#define BTN_CENTER          81   // Ext_14
139
-#define BTN_ENC             BTN_CENTER
140
-#define BTN_RIGHT           82   // Ext_12
141
-#define BTN_LEFT            83   // Ext_10
142
-#define BTN_UP              84   // Ext2_8
143
-#define BTN_DOWN            85   // Ext2_6
137
+#define BTN_HOME           80   // Ext_16
138
+#define BTN_CENTER         81   // Ext_14
139
+#define BTN_ENC            BTN_CENTER
140
+#define BTN_RIGHT          82   // Ext_12
141
+#define BTN_LEFT           83   // Ext_10
142
+#define BTN_UP             84   // Ext2_8
143
+#define BTN_DOWN           85   // Ext2_6
144 144
 
145
-#define HOME_PIN            BTN_HOME
145
+#define HOME_PIN           BTN_HOME
146 146
 
147 147
 #if ENABLED(VIKI2) || ENABLED(miniVIKI)
148
-  #define BEEPER_PIN        44
148
+  #define BEEPER_PIN       44
149 149
   // Pins for DOGM SPI LCD Support
150
-  #define DOGLCD_A0         70
151
-  #define DOGLCD_CS         71
150
+  #define DOGLCD_A0        70
151
+  #define DOGLCD_CS        71
152 152
   #define LCD_SCREEN_ROT_180
153 153
 
154
-  #define SD_DETECT_PIN     -1   // Pin 72 if using easy adapter board
154
+  #define SD_DETECT_PIN    -1   // Pin 72 if using easy adapter board
155 155
 
156 156
   #define STAT_LED_RED_PIN  22
157 157
   #define STAT_LED_BLUE_PIN 32

+ 35
- 35
Marlin/src/pins/pins_SMOOTHIEBOARD.h Vedi File

@@ -38,40 +38,40 @@
38 38
 //
39 39
 // Servos
40 40
 //
41
-#define SERVO0_PIN          P1_23
41
+#define SERVO0_PIN         P1_23
42 42
 
43 43
 //
44 44
 // Limit Switches
45 45
 //
46
-#define X_MIN_PIN           P1_24
47
-#define X_MAX_PIN           P1_25
48
-#define Y_MIN_PIN           P1_26
49
-#define Y_MAX_PIN           P1_27
50
-#define Z_MIN_PIN           P1_28
51
-#define Z_MAX_PIN           P1_29
46
+#define X_MIN_PIN          P1_24
47
+#define X_MAX_PIN          P1_25
48
+#define Y_MIN_PIN          P1_26
49
+#define Y_MAX_PIN          P1_27
50
+#define Z_MIN_PIN          P1_28
51
+#define Z_MAX_PIN          P1_29
52 52
 
53 53
 //
54 54
 // Steppers
55 55
 //
56
-#define X_STEP_PIN          P2_00
57
-#define X_DIR_PIN           P0_05
58
-#define X_ENABLE_PIN        P0_04
56
+#define X_STEP_PIN         P2_00
57
+#define X_DIR_PIN          P0_05
58
+#define X_ENABLE_PIN       P0_04
59 59
 
60
-#define Y_STEP_PIN          P2_01
61
-#define Y_DIR_PIN           P0_11
62
-#define Y_ENABLE_PIN        P0_10
60
+#define Y_STEP_PIN         P2_01
61
+#define Y_DIR_PIN          P0_11
62
+#define Y_ENABLE_PIN       P0_10
63 63
 
64
-#define Z_STEP_PIN          P2_02
65
-#define Z_DIR_PIN           P0_20
66
-#define Z_ENABLE_PIN        P0_19
64
+#define Z_STEP_PIN         P2_02
65
+#define Z_DIR_PIN          P0_20
66
+#define Z_ENABLE_PIN       P0_19
67 67
 
68
-#define E0_STEP_PIN         P2_03
69
-#define E0_DIR_PIN          P0_22
70
-#define E0_ENABLE_PIN       P0_21
68
+#define E0_STEP_PIN        P2_03
69
+#define E0_DIR_PIN         P0_22
70
+#define E0_ENABLE_PIN      P0_21
71 71
 
72
-#define E1_STEP_PIN         P2_08
73
-#define E1_DIR_PIN          P2_13
74
-#define E1_ENABLE_PIN       P4_29
72
+#define E1_STEP_PIN        P2_08
73
+#define E1_DIR_PIN         P2_13
74
+#define E1_ENABLE_PIN      P4_29
75 75
 
76 76
 //
77 77
 // Temperature Sensors
@@ -85,28 +85,28 @@
85 85
 //
86 86
 // Heaters / Fans
87 87
 //
88
-#define HEATER_BED_PIN      P2_05
89
-#define HEATER_0_PIN        P2_07
90
-#define HEATER_1_PIN        P1_23
88
+#define HEATER_BED_PIN     P2_05
89
+#define HEATER_0_PIN       P2_07
90
+#define HEATER_1_PIN       P1_23
91 91
 #ifndef FAN_PIN
92
-  #define FAN_PIN           P2_06
92
+  #define FAN_PIN          P2_06
93 93
 #endif
94
-#define FAN1_PIN            P2_04
94
+#define FAN1_PIN           P2_04
95 95
 
96 96
 //
97 97
 // Display
98 98
 //
99 99
 #if ENABLED(VIKI2) || ENABLED(miniVIKI)
100
-  #define BEEPER_PIN        P1_31
101
-  //#define DOGLCD_A0       P2_06
102
-  #define DOGLCD_CS         P0_16
100
+  #define BEEPER_PIN       P1_31
101
+  //#define DOGLCD_A0      P2_06
102
+  #define DOGLCD_CS        P0_16
103 103
 
104
-  #define BTN_EN1           P3_25
105
-  #define BTN_EN2           P3_26
106
-  #define BTN_ENC           P2_11
104
+  #define BTN_EN1          P3_25
105
+  #define BTN_EN2          P3_26
106
+  #define BTN_ENC          P2_11
107 107
 
108
-  #define SD_DETECT_PIN     P1_18
109
-  #define SDSS              P1_21
108
+  #define SD_DETECT_PIN    P1_18
109
+  #define SDSS             P1_21
110 110
 
111 111
   #define STAT_LED_RED_PIN  P1_19
112 112
   #define STAT_LED_BLUE_PIN P1_20

+ 69
- 69
Marlin/src/pins/pins_STEVAL.h Vedi File

@@ -33,12 +33,12 @@
33 33
 //
34 34
 // Limit Switches
35 35
 //
36
-#define X_MIN_PIN           38  // PD8  X_STOP
37
-#define X_MAX_PIN           -1
38
-#define Y_MIN_PIN           39  // PD9  Y_STOP
39
-#define Y_MAX_PIN           -1
40
-#define Z_MIN_PIN           40  // PD10  Z_STOP
41
-#define Z_MAX_PIN           -1
36
+#define X_MIN_PIN          38  // PD8  X_STOP
37
+#define X_MAX_PIN          -1
38
+#define Y_MIN_PIN          39  // PD9  Y_STOP
39
+#define Y_MAX_PIN          -1
40
+#define Z_MIN_PIN          40  // PD10  Z_STOP
41
+#define Z_MAX_PIN          -1
42 42
 
43 43
 //
44 44
 // Z Probe (when not Z_MIN_PIN)
@@ -47,102 +47,102 @@
47 47
 //   #define Z_MIN_PROBE_PIN  11  // PA4
48 48
 // #endif
49 49
 
50
-#define SCK_PIN             16  // PB13   SPI_S
51
-#define MISO_PIN            17  // PB14   SPI_M
52
-#define MOSI_PIN            18  // PB15   SPI_M
50
+#define SCK_PIN            16  // PB13   SPI_S
51
+#define MISO_PIN           17  // PB14   SPI_M
52
+#define MOSI_PIN           18  // PB15   SPI_M
53 53
 
54 54
 //
55 55
 // Steppers
56 56
 //
57 57
 
58
-#define X_STEP_PIN          60  // PE14   X_PWM
59
-#define X_DIR_PIN           61  // PE15   X_DIR
60
-#define X_ENABLE_PIN        59  // PE13   X_RES
61
-#define X_CS_PIN            11  // PA4    SPI_CS
58
+#define X_STEP_PIN         60  // PE14   X_PWM
59
+#define X_DIR_PIN          61  // PE15   X_DIR
60
+#define X_ENABLE_PIN       59  // PE13   X_RES
61
+#define X_CS_PIN           11  // PA4    SPI_CS
62 62
 
63
-#define Y_STEP_PIN          62  // PB10   Y_PWM
64
-#define Y_DIR_PIN           63  // PE9    Y_DIR
65
-#define Y_ENABLE_PIN        64  // PE10   Y_RES
66
-#define Y_CS_PIN            11  // PA4    SPI_CS
63
+#define Y_STEP_PIN         62  // PB10   Y_PWM
64
+#define Y_DIR_PIN          63  // PE9    Y_DIR
65
+#define Y_ENABLE_PIN       64  // PE10   Y_RES
66
+#define Y_CS_PIN           11  // PA4    SPI_CS
67 67
 
68
-#define Z_STEP_PIN          66  // PC6    Z_PWM
69
-#define Z_DIR_PIN           67  // PC0    Z_DIR
70
-#define Z_ENABLE_PIN        65  // PC15   Z_RES
71
-#define Z_CS_PIN            11  // PA4    SPI_CS
68
+#define Z_STEP_PIN         66  // PC6    Z_PWM
69
+#define Z_DIR_PIN          67  // PC0    Z_DIR
70
+#define Z_ENABLE_PIN       65  // PC15   Z_RES
71
+#define Z_CS_PIN           11  // PA4    SPI_CS
72 72
 
73
-#define E0_STEP_PIN         70  // PD12   E1_PW
74
-#define E0_DIR_PIN          68  // PC13   E1_DIR
75
-#define E0_ENABLE_PIN       69  // PC14   E1_RE
76
-#define E0_CS_PIN           11  // PA4    SPI_CS
73
+#define E0_STEP_PIN        70  // PD12   E1_PW
74
+#define E0_DIR_PIN         68  // PC13   E1_DIR
75
+#define E0_ENABLE_PIN      69  // PC14   E1_RE
76
+#define E0_CS_PIN          11  // PA4    SPI_CS
77 77
 
78
-#define E1_STEP_PIN         72  // PE5    E2_PWM
79
-#define E1_DIR_PIN          73  // PE6    E2_DIR
80
-#define E1_ENABLE_PIN       71  // PE4    E2_RESE
81
-#define E1_CS_PIN           11  // PA4    SPI_CS
78
+#define E1_STEP_PIN        72  // PE5    E2_PWM
79
+#define E1_DIR_PIN         73  // PE6    E2_DIR
80
+#define E1_ENABLE_PIN      71  // PE4    E2_RESE
81
+#define E1_CS_PIN          11  // PA4    SPI_CS
82 82
 
83
-#define E2_STEP_PIN         76  // PB8    E3_PWM
84
-#define E2_DIR_PIN          74  // PE2    E3_DIR
85
-#define E2_ENABLE_PIN       75  // PE3    E3_RESE
86
-#define E2_CS_PIN           11  // PA4    SPI_CS
83
+#define E2_STEP_PIN        76  // PB8    E3_PWM
84
+#define E2_DIR_PIN         74  // PE2    E3_DIR
85
+#define E2_ENABLE_PIN      75  // PE3    E3_RESE
86
+#define E2_CS_PIN          11  // PA4    SPI_CS
87 87
 
88 88
 
89 89
 //
90 90
 // Temperature Sensors
91 91
 //
92
-#define TEMP_0_PIN          52  // PA0    E1_THER
93
-#define TEMP_1_PIN          53  // PA1    E2_THER
94
-#define TEMP_BED_PIN        50  // PC2    BED_THE
92
+#define TEMP_0_PIN         52  // PA0    E1_THER
93
+#define TEMP_1_PIN         53  // PA1    E2_THER
94
+#define TEMP_BED_PIN       50  // PC2    BED_THE
95 95
 
96 96
 //
97 97
 // Heaters / Fans
98 98
 //
99
-#define HEATER_0_PIN        52  // PA0    E1_THER
100
-#define HEATER_1_PIN        53  // PA1    E2_THER
101
-#define HEATER_BED_PIN      50  // PC2    BED_THE
99
+#define HEATER_0_PIN       52  // PA0    E1_THER
100
+#define HEATER_1_PIN       53  // PA1    E2_THER
101
+#define HEATER_BED_PIN     50  // PC2    BED_THE
102 102
 
103
-#define FAN_PIN             56  // PC4    E1_FAN   PWM pin, Part cooling fan
104
-#define FAN1_PIN            57  // PC5    E2_FAN   PWM pin, Extruder fan
105
-#define FAN2_PIN            58  // PE8    E3_FAN   PWM pin, Controller fan
103
+#define FAN_PIN            56  // PC4    E1_FAN   PWM pin, Part cooling fan
104
+#define FAN1_PIN           57  // PC5    E2_FAN   PWM pin, Extruder fan
105
+#define FAN2_PIN           58  // PE8    E3_FAN   PWM pin, Controller fan
106 106
 
107 107
 //
108 108
 // Misc functions
109 109
 //
110
-#define SDSS                11  // PA4    SPI_CS
111
-#define LED_PIN             -1  // Heart beat
112
-#define PS_ON_PIN           -1
113
-#define KILL_PIN            -1
114
-#define PWR_LOSS            -1  // Power loss / nAC_FAULT
110
+#define SDSS               11  // PA4    SPI_CS
111
+#define LED_PIN            -1  // Heart beat
112
+#define PS_ON_PIN          -1
113
+#define KILL_PIN           -1
114
+#define PWR_LOSS           -1  // Power loss / nAC_FAULT
115 115
 
116 116
 //
117 117
 // LCD / Controller
118 118
 //
119
-//#define SD_DETECT_PIN     24  // PA15   SD_CA
120
-//#define BEEPER_PIN        23  // PC9    SDIO_D1
121
-//#define LCD_PINS_RS       63  // PE9    Y_DIR
122
-//#define LCD_PINS_ENABLE   58  // PE8    E3_FAN
123
-//#define LCD_PINS_D4       15  // PB12   SPI_C
124
-//#define LCD_PINS_D5       16  // PB13   SPI_S
125
-//#define LCD_PINS_D6       17  // PB14   SPI_M
126
-//#define LCD_PINS_D7       18  // PB15   SPI_M
127
-//#define BTN_EN1           56  // PC4    E1_FAN
128
-//#define BTN_EN2           57  // PC5    E2_FAN
129
-//#define BTN_ENC           51  // PC3    BED_THE
119
+//#define SD_DETECT_PIN    24  // PA15   SD_CA
120
+//#define BEEPER_PIN       23  // PC9    SDIO_D1
121
+//#define LCD_PINS_RS      63  // PE9    Y_DIR
122
+//#define LCD_PINS_ENABLE  58  // PE8    E3_FAN
123
+//#define LCD_PINS_D4      15  // PB12   SPI_C
124
+//#define LCD_PINS_D5      16  // PB13   SPI_S
125
+//#define LCD_PINS_D6      17  // PB14   SPI_M
126
+//#define LCD_PINS_D7      18  // PB15   SPI_M
127
+//#define BTN_EN1          56  // PC4    E1_FAN
128
+//#define BTN_EN2          57  // PC5    E2_FAN
129
+//#define BTN_ENC          51  // PC3    BED_THE
130 130
 
131 131
 //
132 132
 // Filament runout detection
133 133
 //
134
-//#define FIL_RUNOUT_PIN    55  // PA3    BED_THE
134
+//#define FIL_RUNOUT_PIN   55  // PA3    BED_THE
135 135
 
136 136
 //
137 137
 // Extension pins
138 138
 //
139
-//#define EXT0_PIN          48  // PB0    E2_HEAT
140
-//#define EXT1_PIN          49  // PB1    E3_HEAT
141
-//#define EXT2_PIN              // PB2
142
-//#define EXT3_PIN          38  // PD8    X_STOP
143
-//#define EXT4_PIN          39  // PD9    Y_STOP
144
-//#define EXT5_PIN          40  // PD10   Z_STOP
145
-//#define EXT6_PIN          41  // PD11
146
-//#define EXT7_PIN          70  // PD12   E1_PW
147
-//#define EXT8_PIN          62  // PB10   Y_PWM
148
-//#define EXT9_PIN              // PB11
139
+//#define EXT0_PIN         48  // PB0    E2_HEAT
140
+//#define EXT1_PIN         49  // PB1    E3_HEAT
141
+//#define EXT2_PIN             // PB2
142
+//#define EXT3_PIN         38  // PD8    X_STOP
143
+//#define EXT4_PIN         39  // PD9    Y_STOP
144
+//#define EXT5_PIN         40  // PD10   Z_STOP
145
+//#define EXT6_PIN         41  // PD11
146
+//#define EXT7_PIN         70  // PD12   E1_PW
147
+//#define EXT8_PIN         62  // PB10   Y_PWM
148
+//#define EXT9_PIN             // PB11

+ 33
- 33
Marlin/src/pins/pins_TEENSYLU.h Vedi File

@@ -82,76 +82,76 @@
82 82
 //
83 83
 // Limit Switch definitions that match the SCHEMATIC
84 84
 //
85
-//#define X_STOP_PIN              25   // B5
86
-//#define Y_STOP_PIN              26   // B6
87
-//#define Z_STOP_PIN              27   // B7
88
-//#define E_STOP_PIN              36   // E4
85
+//#define X_STOP_PIN       25   // B5
86
+//#define Y_STOP_PIN       26   // B6
87
+//#define Z_STOP_PIN       27   // B7
88
+//#define E_STOP_PIN       36   // E4
89 89
 
90 90
 
91 91
 //
92 92
 // Limit Switch definitions that match the SILKSCREEN
93 93
 //
94
-#define X_STOP_PIN              26   // B6
95
-#define Y_STOP_PIN              27   // B7
96
-#define Z_STOP_PIN              36   // E4
97
-//#define E_STOP_PIN              25   // B5
94
+#define X_STOP_PIN         26   // B6
95
+#define Y_STOP_PIN         27   // B7
96
+#define Z_STOP_PIN         36   // E4
97
+//#define E_STOP_PIN       25   // B5
98 98
 
99 99
 //
100 100
 // Steppers
101 101
 //
102
-#define X_STEP_PIN              28   // A0
103
-#define X_DIR_PIN               29   // A1
104
-#define X_ENABLE_PIN            19   // E7
102
+#define X_STEP_PIN         28   // A0
103
+#define X_DIR_PIN          29   // A1
104
+#define X_ENABLE_PIN       19   // E7
105 105
 
106
-#define Y_STEP_PIN              30   // A2
107
-#define Y_DIR_PIN               31   // A3
108
-#define Y_ENABLE_PIN            18   // E6
106
+#define Y_STEP_PIN         30   // A2
107
+#define Y_DIR_PIN          31   // A3
108
+#define Y_ENABLE_PIN       18   // E6
109 109
 
110
-#define Z_STEP_PIN              32   // A4
111
-#define Z_DIR_PIN               33   // A5
112
-#define Z_ENABLE_PIN            17   // C7
110
+#define Z_STEP_PIN         32   // A4
111
+#define Z_DIR_PIN          33   // A5
112
+#define Z_ENABLE_PIN       17   // C7
113 113
 
114
-#define E0_STEP_PIN             34   // A6
115
-#define E0_DIR_PIN              35   // A7
116
-#define E0_ENABLE_PIN           13   // C3
114
+#define E0_STEP_PIN        34   // A6
115
+#define E0_DIR_PIN         35   // A7
116
+#define E0_ENABLE_PIN      13   // C3
117 117
 
118 118
 //
119 119
 // Temperature Sensors
120 120
 //
121
-#define TEMP_0_PIN               7   // Analog Input (Extruder)
122
-#define TEMP_BED_PIN             6   // Analog Input (Bed)
121
+#define TEMP_0_PIN          7   // Analog Input (Extruder)
122
+#define TEMP_BED_PIN        6   // Analog Input (Bed)
123 123
 
124 124
 //
125 125
 // Heaters / Fans
126 126
 //
127
-#define HEATER_0_PIN            15   // C5 PWM3B - Extruder
128
-#define HEATER_BED_PIN          14   // C4 PWM3C
127
+#define HEATER_0_PIN       15   // C5 PWM3B - Extruder
128
+#define HEATER_BED_PIN     14   // C4 PWM3C
129 129
 
130 130
 #ifndef FAN_PIN
131
-  #define FAN_PIN               16   // C6 PWM3A
131
+  #define FAN_PIN          16   // C6 PWM3A
132 132
 #endif
133 133
 
134 134
 //
135 135
 // Misc. Functions
136 136
 //
137
-#define SDSS                    20   // B0 JP31-6
138
-#define CASE_LIGHT_PIN           0   // D0 IO-14  PWM0B
137
+#define SDSS               20   // B0 JP31-6
138
+#define CASE_LIGHT_PIN      0   // D0 IO-14  PWM0B
139 139
 
140 140
 //
141 141
 // LCD / Controller
142 142
 //
143 143
 #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
144 144
 
145
-  #define BEEPER_PIN            -1
145
+  #define BEEPER_PIN       -1
146 146
 
147 147
   #if ENABLED(LCD_I2C_PANELOLU2)
148
-    #define BTN_EN1              3   // D3 IO-8
149
-    #define BTN_EN2              2   // D2 IO-10
150
-    #define BTN_ENC             41   // F3 IO-7
151
-    #define SDSS                38   // F0 IO-13 use SD card on Panelolu2
148
+    #define BTN_EN1         3   // D3 IO-8
149
+    #define BTN_EN2         2   // D2 IO-10
150
+    #define BTN_ENC        41   // F3 IO-7
151
+    #define SDSS           38   // F0 IO-13 use SD card on Panelolu2
152 152
   #endif
153 153
 
154
-  #define SD_DETECT_PIN         -1
154
+  #define SD_DETECT_PIN    -1
155 155
 
156 156
 #endif // ULTRA_LCD && NEWPANEL
157 157
 

Loading…
Annulla
Salva