Scott Lahteine před 4 roky
rodič
revize
179095c387
39 změnil soubory, kde provedl 123 přidání a 124 odebrání
  1. 9
    9
      Marlin/src/pins/linux/pins_RAMPS_LINUX.h
  2. 2
    2
      Marlin/src/pins/mega/pins_MEGACONTROLLER.h
  3. 3
    3
      Marlin/src/pins/mega/pins_MEGATRONICS.h
  4. 2
    2
      Marlin/src/pins/mega/pins_MEGATRONICS_2.h
  5. 4
    4
      Marlin/src/pins/mega/pins_MEGATRONICS_3.h
  6. 2
    2
      Marlin/src/pins/rambo/pins_EINSY_RAMBO.h
  7. 2
    2
      Marlin/src/pins/rambo/pins_EINSY_RETRO.h
  8. 2
    2
      Marlin/src/pins/rambo/pins_MINIRAMBO.h
  9. 2
    2
      Marlin/src/pins/rambo/pins_RAMBO.h
  10. 4
    4
      Marlin/src/pins/ramps/pins_3DRAG.h
  11. 2
    2
      Marlin/src/pins/ramps/pins_AZTEEG_X3.h
  12. 4
    5
      Marlin/src/pins/ramps/pins_AZTEEG_X3_PRO.h
  13. 2
    2
      Marlin/src/pins/ramps/pins_BAM_DICE_DUE.h
  14. 3
    3
      Marlin/src/pins/ramps/pins_BQ_ZUM_MEGA_3D.h
  15. 2
    2
      Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h
  16. 6
    6
      Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR2.h
  17. 2
    2
      Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h
  18. 4
    4
      Marlin/src/pins/ramps/pins_FORMBOT_TREX3.h
  19. 2
    2
      Marlin/src/pins/ramps/pins_MKS_BASE.h
  20. 9
    9
      Marlin/src/pins/ramps/pins_RAMPS.h
  21. 5
    5
      Marlin/src/pins/ramps/pins_RAMPS_OLD.h
  22. 2
    2
      Marlin/src/pins/ramps/pins_RUMBA.h
  23. 2
    2
      Marlin/src/pins/ramps/pins_ULTIMAIN_2.h
  24. 2
    2
      Marlin/src/pins/ramps/pins_ULTIMAKER.h
  25. 4
    4
      Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h
  26. 6
    6
      Marlin/src/pins/ramps/pins_Z_BOLT_X_SERIES.h
  27. 2
    2
      Marlin/src/pins/sam/pins_RAMPS_DUO.h
  28. 1
    1
      Marlin/src/pins/sam/pins_RAMPS_FD_V1.h
  29. 2
    2
      Marlin/src/pins/sam/pins_RAMPS_SMART.h
  30. 3
    3
      Marlin/src/pins/sanguino/pins_GEN6.h
  31. 5
    5
      Marlin/src/pins/sanguino/pins_GEN7_12.h
  32. 3
    3
      Marlin/src/pins/sanguino/pins_GEN7_14.h
  33. 3
    3
      Marlin/src/pins/sanguino/pins_GEN7_CUSTOM.h
  34. 5
    5
      Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h
  35. 6
    6
      Marlin/src/pins/stm32/pins_ARMED.h
  36. 1
    1
      Marlin/src/pins/stm32/pins_BEAST.h
  37. 1
    1
      Marlin/src/pins/stm32/pins_CHITU3D.h
  38. 1
    1
      Marlin/src/pins/stm32/pins_STM32F1R.h
  39. 1
    1
      Marlin/src/pins/stm32/pins_STM3R_MINI.h

+ 9
- 9
Marlin/src/pins/linux/pins_RAMPS_LINUX.h Zobrazit soubor

@@ -133,9 +133,9 @@
133 133
 
134 134
 // SPI for Max6675 or Max31855 Thermocouple
135 135
 #if DISABLED(SDSUPPORT)
136
-  #define MAX6675_SS_PIN     66   // Do not use pin 53 if there is even the remote possibility of using Display/SD card
136
+  #define MAX6675_SS_PIN     66   // Don't use 53 if there is even the remote possibility of using Display/SD card
137 137
 #else
138
-  #define MAX6675_SS_PIN     66   // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
138
+  #define MAX6675_SS_PIN     66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
139 139
 #endif
140 140
 
141 141
 //
@@ -222,9 +222,9 @@
222 222
 
223 223
 #if ENABLED(CASE_LIGHT_ENABLE) && !defined(CASE_LIGHT_PIN) && !defined(SPINDLE_LASER_ENA_PIN)
224 224
   #if NUM_SERVOS <= 1 // try to use servo connector first
225
-    #define CASE_LIGHT_PIN    6   // MUST BE HARDWARE PWM
225
+    #define CASE_LIGHT_PIN    6   // Hardware PWM
226 226
   #elif !(BOTH(ULTRA_LCD, NEWPANEL) && ANY(PANEL_ONE, VIKI2, miniVIKI, MINIPANEL, REPRAPWORLD_KEYPAD))  // try to use AUX 2
227
-    #define CASE_LIGHT_PIN   44   // MUST BE HARDWARE PWM
227
+    #define CASE_LIGHT_PIN   44   // Hardware PWM
228 228
   #endif
229 229
 #endif
230 230
 
@@ -233,12 +233,12 @@
233 233
 //
234 234
 #if HAS_CUTTER && !PIN_EXISTS(SPINDLE_LASER_ENA)
235 235
   #if !defined(NUM_SERVOS) || NUM_SERVOS == 0 // try to use servo connector first
236
-    #define SPINDLE_LASER_ENA_PIN     4   // Pin should have a pullup/pulldown!
237
-    #define SPINDLE_LASER_PWM_PIN     6   // MUST BE HARDWARE PWM
236
+    #define SPINDLE_LASER_ENA_PIN     4   // Pullup or pulldown!
237
+    #define SPINDLE_LASER_PWM_PIN     6   // Hardware PWM
238 238
     #define SPINDLE_DIR_PIN           5
239 239
   #elif !(BOTH(ULTRA_LCD, NEWPANEL) && ANY(PANEL_ONE, VIKI2, miniVIKI, MINIPANEL, REPRAPWORLD_KEYPAD))  // try to use AUX 2
240
-    #define SPINDLE_LASER_ENA_PIN    40   // Pin should have a pullup/pulldown!
241
-    #define SPINDLE_LASER_PWM_PIN    44   // MUST BE HARDWARE PWM
240
+    #define SPINDLE_LASER_ENA_PIN    40   // Pullup or pulldown!
241
+    #define SPINDLE_LASER_PWM_PIN    44   // Hardware PWM
242 242
     #define SPINDLE_DIR_PIN          65
243 243
   #endif
244 244
 #endif
@@ -542,7 +542,7 @@
542 542
       // Beeper on AUX-4
543 543
       #define BEEPER_PIN        33
544 544
 
545
-      // Buttons are directly attached using AUX-2
545
+      // Buttons are directly attached to AUX-2
546 546
       #if ENABLED(REPRAPWORLD_KEYPAD)
547 547
         #define SHIFT_OUT       40
548 548
         #define SHIFT_CLK       44

+ 2
- 2
Marlin/src/pins/mega/pins_MEGACONTROLLER.h Zobrazit soubor

@@ -161,6 +161,6 @@
161 161
 //
162 162
 // M3/M4/M5 - Spindle/Laser Control
163 163
 //
164
-#define SPINDLE_LASER_PWM_PIN     6   // MUST BE HARDWARE PWM
165
-#define SPINDLE_LASER_ENA_PIN     7   // Pin should have a pullup!
164
+#define SPINDLE_LASER_PWM_PIN     6   // Hardware PWM
165
+#define SPINDLE_LASER_ENA_PIN     7   // Pullup!
166 166
 #define SPINDLE_DIR_PIN           8

+ 3
- 3
Marlin/src/pins/mega/pins_MEGATRONICS.h Zobrazit soubor

@@ -114,7 +114,7 @@
114 114
   #define LCD_PINS_D6     27
115 115
   #define LCD_PINS_D7     29
116 116
 
117
-  // Buttons directly attached using AUX-2
117
+  // Buttons directly attached to AUX-2
118 118
   #define BTN_EN1         59
119 119
   #define BTN_EN2         64
120 120
   #define BTN_ENC         43
@@ -126,6 +126,6 @@
126 126
 //
127 127
 // M3/M4/M5 - Spindle/Laser Control
128 128
 //
129
-#define SPINDLE_LASER_PWM_PIN     3   // MUST BE HARDWARE PWM
130
-#define SPINDLE_LASER_ENA_PIN     4   // Pin should have a pullup!
129
+#define SPINDLE_LASER_PWM_PIN     3   // Hardware PWM
130
+#define SPINDLE_LASER_ENA_PIN     4   // Pullup!
131 131
 #define SPINDLE_DIR_PIN          11

+ 2
- 2
Marlin/src/pins/mega/pins_MEGATRONICS_2.h Zobrazit soubor

@@ -141,6 +141,6 @@
141 141
 //
142 142
 // M3/M4/M5 - Spindle/Laser Control
143 143
 //
144
-#define SPINDLE_LASER_PWM_PIN     3   // MUST BE HARDWARE PWM
145
-#define SPINDLE_LASER_ENA_PIN    16   // Pin should have a pullup!
144
+#define SPINDLE_LASER_PWM_PIN     3   // Hardware PWM
145
+#define SPINDLE_LASER_ENA_PIN    16   // Pullup!
146 146
 #define SPINDLE_DIR_PIN          11

+ 4
- 4
Marlin/src/pins/mega/pins_MEGATRONICS_3.h Zobrazit soubor

@@ -174,8 +174,8 @@
174 174
 // M3/M4/M5 - Spindle/Laser Control
175 175
 //
176 176
 #if DISABLED(REPRAPWORLD_KEYPAD)        // try to use the keypad connector first
177
-  #define SPINDLE_LASER_PWM_PIN    44   // MUST BE HARDWARE PWM
178
-  #define SPINDLE_LASER_ENA_PIN    43   // Pin should have a pullup!
177
+  #define SPINDLE_LASER_PWM_PIN    44   // Hardware PWM
178
+  #define SPINDLE_LASER_ENA_PIN    43   // Pullup!
179 179
   #define SPINDLE_DIR_PIN          42
180 180
 #elif EXTRUDERS <= 2
181 181
   // Hijack the last extruder so that we can get the PWM signal off the Y breakout
@@ -189,7 +189,7 @@
189 189
   #define Y_ENABLE_PIN             23
190 190
   #define Y_STEP_PIN               22
191 191
   #define Y_DIR_PIN                60
192
-  #define SPINDLE_LASER_PWM_PIN     4   // MUST BE HARDWARE PWM
193
-  #define SPINDLE_LASER_ENA_PIN    17   // Pin should have a pullup!
192
+  #define SPINDLE_LASER_PWM_PIN     4   // Hardware PWM
193
+  #define SPINDLE_LASER_ENA_PIN    17   // Pullup!
194 194
   #define SPINDLE_DIR_PIN           5
195 195
 #endif

+ 2
- 2
Marlin/src/pins/rambo/pins_EINSY_RAMBO.h Zobrazit soubor

@@ -135,8 +135,8 @@
135 135
 // M3/M4/M5 - Spindle/Laser Control
136 136
 //
137 137
 // use P1 connector for spindle pins
138
-#define SPINDLE_LASER_PWM_PIN     9   // MUST BE HARDWARE PWM
139
-#define SPINDLE_LASER_ENA_PIN    18   // Pin should have a pullup!
138
+#define SPINDLE_LASER_PWM_PIN     9   // Hardware PWM
139
+#define SPINDLE_LASER_ENA_PIN    18   // Pullup!
140 140
 #define SPINDLE_DIR_PIN          19
141 141
 
142 142
 //

+ 2
- 2
Marlin/src/pins/rambo/pins_EINSY_RETRO.h Zobrazit soubor

@@ -149,8 +149,8 @@
149 149
 // M3/M4/M5 - Spindle/Laser Control
150 150
 //
151 151
 // use P1 connector for spindle pins
152
-#define SPINDLE_LASER_PWM_PIN     9   // MUST BE HARDWARE PWM
153
-#define SPINDLE_LASER_ENA_PIN    18   // Pin should have a pullup!
152
+#define SPINDLE_LASER_PWM_PIN     9   // Hardware PWM
153
+#define SPINDLE_LASER_ENA_PIN    18   // Pullup!
154 154
 #define SPINDLE_DIR_PIN          19
155 155
 
156 156
 //

+ 2
- 2
Marlin/src/pins/rambo/pins_MINIRAMBO.h Zobrazit soubor

@@ -125,8 +125,8 @@
125 125
 // M3/M4/M5 - Spindle/Laser Control
126 126
 //
127 127
 // use P1 connector for spindle pins
128
-#define SPINDLE_LASER_PWM_PIN     9   // MUST BE HARDWARE PWM
129
-#define SPINDLE_LASER_ENA_PIN    18   // Pin should have a pullup!
128
+#define SPINDLE_LASER_PWM_PIN     9   // Hardware PWM
129
+#define SPINDLE_LASER_ENA_PIN    18   // Pullup!
130 130
 #define SPINDLE_DIR_PIN          19
131 131
 
132 132
 //

+ 2
- 2
Marlin/src/pins/rambo/pins_RAMBO.h Zobrazit soubor

@@ -149,8 +149,8 @@
149 149
 //
150 150
 // M3/M4/M5 - Spindle/Laser Control
151 151
 //
152
-#define SPINDLE_LASER_PWM_PIN    45   // MUST BE HARDWARE PWM
153
-#define SPINDLE_LASER_ENA_PIN    31   // Pin should have a pullup!
152
+#define SPINDLE_LASER_PWM_PIN    45   // Hardware PWM
153
+#define SPINDLE_LASER_ENA_PIN    31   // Pullup!
154 154
 #define SPINDLE_DIR_PIN          32
155 155
 
156 156
 //

+ 4
- 4
Marlin/src/pins/ramps/pins_3DRAG.h Zobrazit soubor

@@ -44,7 +44,7 @@
44 44
 #define RAMPS_D9_PIN        8
45 45
 #define MOSFET_D_PIN       12
46 46
 
47
-#define CASE_LIGHT_PIN     -1   // MUST BE HARDWARE PWM but one is not available on expansion header
47
+#define CASE_LIGHT_PIN     -1   // Hardware PWM but one is not available on expansion header
48 48
 
49 49
 #include "pins_RAMPS.h"
50 50
 
@@ -152,11 +152,11 @@
152 152
     #define Z_DIR_PIN                28
153 153
     #define Z_ENABLE_PIN             24
154 154
     #define Z_STEP_PIN               26
155
-    #define SPINDLE_LASER_PWM_PIN    46   // MUST BE HARDWARE PWM
156
-    #define SPINDLE_LASER_ENA_PIN    62   // Pin should have a pullup!
155
+    #define SPINDLE_LASER_PWM_PIN    46   // Hardware PWM
156
+    #define SPINDLE_LASER_ENA_PIN    62   // Pullup!
157 157
     #define SPINDLE_DIR_PIN          48
158 158
   #elif !BOTH(ULTRA_LCD, NEWPANEL)     // use expansion header if no LCD in use
159
-    #define SPINDLE_LASER_ENA_PIN    16   // Pin should have a pullup/pulldown!
159
+    #define SPINDLE_LASER_ENA_PIN    16   // Pullup or pulldown!
160 160
     #define SPINDLE_DIR_PIN          17
161 161
   #endif
162 162
 #endif

+ 2
- 2
Marlin/src/pins/ramps/pins_AZTEEG_X3.h Zobrazit soubor

@@ -92,7 +92,7 @@
92 92
     #undef SERVO0_PIN
93 93
     #define SERVO0_PIN     11
94 94
   #endif
95
-  #define SPINDLE_LASER_PWM_PIN     7   // MUST BE HARDWARE PWM
96
-  #define SPINDLE_LASER_ENA_PIN    20   // Pin should have a pullup!
95
+  #define SPINDLE_LASER_PWM_PIN     7   // Hardware PWM
96
+  #define SPINDLE_LASER_ENA_PIN    20   // Pullup!
97 97
   #define SPINDLE_DIR_PIN          21
98 98
 #endif

+ 4
- 5
Marlin/src/pins/ramps/pins_AZTEEG_X3_PRO.h Zobrazit soubor

@@ -160,10 +160,9 @@
160 160
 
161 161
 #if HAS_CUTTER   // EXP2 header
162 162
   #if ANY(VIKI2, miniVIKI)
163
-    #undef BTN_EN2
164
-    #define BTN_EN2             31   // need 7 for the spindle speed PWM
163
+    #define BTN_EN2        31   // Pin 7 needed for Spindle PWM
165 164
   #endif
166
-  #define SPINDLE_LASER_PWM_PIN     7   // must have a hardware PWM
167
-  #define SPINDLE_LASER_ENA_PIN    20   // Pin should have a pullup!
168
-  #define SPINDLE_DIR_PIN          21
165
+  #define SPINDLE_LASER_PWM_PIN  7   // Hardware PWM
166
+  #define SPINDLE_LASER_ENA_PIN 20   // Pullup!
167
+  #define SPINDLE_DIR_PIN       21
169 168
 #endif

+ 2
- 2
Marlin/src/pins/ramps/pins_BAM_DICE_DUE.h Zobrazit soubor

@@ -34,9 +34,9 @@
34 34
 //
35 35
 // M3/M4/M5 - Spindle/Laser Control
36 36
 //
37
-#define SPINDLE_LASER_ENA_PIN    66   // Pin should have a pullup/pulldown!
37
+#define SPINDLE_LASER_ENA_PIN    66   // Pullup or pulldown!
38 38
 #define SPINDLE_DIR_PIN          67
39
-#define SPINDLE_LASER_PWM_PIN    44   // MUST BE HARDWARE PWM
39
+#define SPINDLE_LASER_PWM_PIN    44   // Hardware PWM
40 40
 
41 41
 #include "pins_RAMPS.h"
42 42
 

+ 3
- 3
Marlin/src/pins/ramps/pins_BQ_ZUM_MEGA_3D.h Zobrazit soubor

@@ -50,8 +50,8 @@
50 50
 //
51 51
 // M3/M4/M5 - Spindle/Laser Control
52 52
 //
53
-#define SPINDLE_LASER_ENA_PIN    40   // Pin should have a pullup/pulldown!
54
-#define SPINDLE_LASER_PWM_PIN    44   // MUST BE HARDWARE PWM
53
+#define SPINDLE_LASER_ENA_PIN    40   // Pullup or pulldown!
54
+#define SPINDLE_LASER_PWM_PIN    44   // Hardware PWM
55 55
 #define SPINDLE_DIR_PIN          42
56 56
 
57 57
 //
@@ -94,7 +94,7 @@
94 94
 #undef PS_ON_PIN                // 12
95 95
 #define PS_ON_PIN          81   // External Power Supply
96 96
 
97
-#define CASE_LIGHT_PIN     44   // MUST BE HARDWARE PWM
97
+#define CASE_LIGHT_PIN     44   // Hardware PWM
98 98
 
99 99
 
100 100
 // This board has headers for Z-min, Z-max and IND_S_5V *but* as the bq team

+ 2
- 2
Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h Zobrazit soubor

@@ -113,9 +113,9 @@
113 113
 
114 114
 // SPI for Max6675 or Max31855 Thermocouple
115 115
 #if DISABLED(SDSUPPORT)
116
-  #define MAX6675_SS_PIN   66 // Do not use pin 53 if there is even the remote possibility of using Display/SD card
116
+  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
117 117
 #else
118
-  #define MAX6675_SS_PIN   66 // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
118
+  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
119 119
 #endif
120 120
 
121 121
 //

+ 6
- 6
Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR2.h Zobrazit soubor

@@ -43,21 +43,21 @@
43 43
 //
44 44
 #if HAS_CUTTER && !PIN_EXISTS(SPINDLE_LASER_ENA)
45 45
   #if !NUM_SERVOS                       // Try to use servo connector first
46
-    #define SPINDLE_LASER_ENA_PIN     6 // Pin should have a pullup/pulldown!
47
-    #define SPINDLE_LASER_PWM_PIN     4 // MUST BE HARDWARE PWM
46
+    #define SPINDLE_LASER_ENA_PIN     6 // Pullup or pulldown!
47
+    #define SPINDLE_LASER_PWM_PIN     4 // Hardware PWM
48 48
     #define SPINDLE_DIR_PIN           5
49 49
   #elif !GREEDY_PANEL                   // Try to use AUX2
50
-    #define SPINDLE_LASER_ENA_PIN    40 // Pin should have a pullup/pulldown!
51
-    #define SPINDLE_LASER_PWM_PIN    44 // MUST BE HARDWARE PWM
50
+    #define SPINDLE_LASER_ENA_PIN    40 // Pullup or pulldown!
51
+    #define SPINDLE_LASER_PWM_PIN    44 // Hardware PWM
52 52
     #define SPINDLE_DIR_PIN          65
53 53
   #endif
54 54
 #endif
55 55
 
56 56
 #if ENABLED(CASE_LIGHT_ENABLE) && !PIN_EXISTS(CASE_LIGHT)
57 57
   #if NUM_SERVOS <= 1                   // Try to use servo connector first
58
-    #define CASE_LIGHT_PIN  6           // MUST BE HARDWARE PWM
58
+    #define CASE_LIGHT_PIN  6           // Hardware PWM
59 59
   #elif !GREEDY_PANEL                   // Try to use AUX2
60
-    #define CASE_LIGHT_PIN 44           // MUST BE HARDWARE PWM
60
+    #define CASE_LIGHT_PIN 44           // Hardware PWM
61 61
   #endif
62 62
 #endif
63 63
 

+ 2
- 2
Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h Zobrazit soubor

@@ -114,9 +114,9 @@
114 114
 
115 115
 // SPI for Max6675 or Max31855 Thermocouple
116 116
 #if DISABLED(SDSUPPORT)
117
-  #define MAX6675_SS_PIN   66 // Do not use pin 53 if there is even the remote possibility of using Display/SD card
117
+  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
118 118
 #else
119
-  #define MAX6675_SS_PIN   66 // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
119
+  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
120 120
 #endif
121 121
 
122 122
 //

+ 4
- 4
Marlin/src/pins/ramps/pins_FORMBOT_TREX3.h Zobrazit soubor

@@ -114,9 +114,9 @@
114 114
 
115 115
 // SPI for Max6675 or Max31855 Thermocouple
116 116
 #if DISABLED(SDSUPPORT)
117
-  #define MAX6675_SS_PIN   66 // Do not use pin 53 if there is even the remote possibility of using Display/SD card
117
+  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
118 118
 #else
119
-  #define MAX6675_SS_PIN   66 // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
119
+  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
120 120
 #endif
121 121
 
122 122
 
@@ -144,8 +144,8 @@
144 144
   #define LED_PIN          13
145 145
 #endif
146 146
 
147
-#define SPINDLE_LASER_PWM_PIN    -1   // MUST BE HARDWARE PWM
148
-#define SPINDLE_LASER_ENA_PIN     4   // Pin should have a pullup!
147
+#define SPINDLE_LASER_PWM_PIN    -1   // Hardware PWM
148
+#define SPINDLE_LASER_ENA_PIN     4   // Pullup!
149 149
 
150 150
 // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
151 151
 #define FILWIDTH_PIN        5   // Analog Input

+ 2
- 2
Marlin/src/pins/ramps/pins_MKS_BASE.h Zobrazit soubor

@@ -44,8 +44,8 @@
44 44
 //
45 45
 // M3/M4/M5 - Spindle/Laser Control
46 46
 //
47
-#define SPINDLE_LASER_PWM_PIN     2   // MUST BE HARDWARE PWM
48
-#define SPINDLE_LASER_ENA_PIN    15   // Pin should have a pullup!
47
+#define SPINDLE_LASER_PWM_PIN     2   // Hardware PWM
48
+#define SPINDLE_LASER_ENA_PIN    15   // Pullup!
49 49
 #define SPINDLE_DIR_PIN          19
50 50
 
51 51
 #include "pins_RAMPS.h"

+ 9
- 9
Marlin/src/pins/ramps/pins_RAMPS.h Zobrazit soubor

@@ -169,9 +169,9 @@
169 169
 
170 170
 // SPI for Max6675 or Max31855 Thermocouple
171 171
 #if DISABLED(SDSUPPORT)
172
-  #define MAX6675_SS_PIN   66   // Do not use pin 53 if there is even the remote possibility of using Display/SD card
172
+  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
173 173
 #else
174
-  #define MAX6675_SS_PIN   66   // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
174
+  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
175 175
 #endif
176 176
 
177 177
 //
@@ -262,9 +262,9 @@
262 262
 
263 263
 #if ENABLED(CASE_LIGHT_ENABLE) && !defined(CASE_LIGHT_PIN) && !defined(SPINDLE_LASER_ENA_PIN)
264 264
   #if NUM_SERVOS <= 1 // try to use servo connector first
265
-    #define CASE_LIGHT_PIN  6   // MUST BE HARDWARE PWM
265
+    #define CASE_LIGHT_PIN  6   // Hardware PWM
266 266
   #elif AUX2_PINS_FREE
267
-    #define CASE_LIGHT_PIN 44   // MUST BE HARDWARE PWM
267
+    #define CASE_LIGHT_PIN 44   // Hardware PWM
268 268
   #endif
269 269
 #endif
270 270
 
@@ -273,12 +273,12 @@
273 273
 //
274 274
 #if HAS_CUTTER && !defined(SPINDLE_LASER_ENA_PIN)
275 275
   #if !NUM_SERVOS                         // Use servo connector if possible
276
-    #define SPINDLE_LASER_ENA_PIN     4   // Pin should have a pullup/pulldown!
277
-    #define SPINDLE_LASER_PWM_PIN     6   // MUST BE HARDWARE PWM
276
+    #define SPINDLE_LASER_ENA_PIN     4   // Pullup or pulldown!
277
+    #define SPINDLE_LASER_PWM_PIN     6   // Hardware PWM
278 278
     #define SPINDLE_DIR_PIN           5
279 279
   #elif AUX2_PINS_FREE
280
-    #define SPINDLE_LASER_ENA_PIN    40   // Pin should have a pullup/pulldown!
281
-    #define SPINDLE_LASER_PWM_PIN    44   // MUST BE HARDWARE PWM
280
+    #define SPINDLE_LASER_ENA_PIN    40   // Pullup or pulldown!
281
+    #define SPINDLE_LASER_PWM_PIN    44   // Hardware PWM
282 282
     #define SPINDLE_DIR_PIN          65
283 283
   #else
284 284
     #error "No auto-assignable Spindle/Laser pins available."
@@ -621,7 +621,7 @@
621 621
       // Beeper on AUX-4
622 622
       #define BEEPER_PIN        33
623 623
 
624
-      // Buttons are directly attached using AUX-2
624
+      // Buttons are directly attached to AUX-2
625 625
       #if ENABLED(REPRAPWORLD_KEYPAD)
626 626
         #define SHIFT_OUT       40
627 627
         #define SHIFT_CLK       44

+ 5
- 5
Marlin/src/pins/ramps/pins_RAMPS_OLD.h Zobrazit soubor

@@ -78,9 +78,9 @@
78 78
 
79 79
 // SPI for Max6675 or Max31855 Thermocouple
80 80
 #if DISABLED(SDSUPPORT)
81
-  #define MAX6675_SS_PIN   66   // Do not use pin 53 if there is even the remote possibility of using Display/SD card
81
+  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
82 82
 #else
83
-  #define MAX6675_SS_PIN   66   // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
83
+  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
84 84
 #endif
85 85
 
86 86
 //
@@ -106,11 +106,11 @@
106 106
 #define SDPOWER            48
107 107
 #define SDSS               53
108 108
 #define LED_PIN            13
109
-#define CASE_LIGHT_PIN     45   // MUST BE HARDWARE PWM
109
+#define CASE_LIGHT_PIN     45   // Hardware PWM
110 110
 
111 111
 //
112 112
 // M3/M4/M5 - Spindle/Laser Control
113 113
 //
114
-#define SPINDLE_LASER_ENA_PIN    41   // Pin should have a pullup/pulldown!
115
-#define SPINDLE_LASER_PWM_PIN    45   // MUST BE HARDWARE PWM
114
+#define SPINDLE_LASER_ENA_PIN    41   // Pullup or pulldown!
115
+#define SPINDLE_LASER_PWM_PIN    45   // Hardware PWM
116 116
 #define SPINDLE_DIR_PIN          43

+ 2
- 2
Marlin/src/pins/ramps/pins_RUMBA.h Zobrazit soubor

@@ -156,10 +156,10 @@
156 156
 // M3/M4/M5 - Spindle/Laser Control
157 157
 //
158 158
 #ifndef SPINDLE_LASER_PWM_PIN
159
-  #define SPINDLE_LASER_PWM_PIN 4   // MUST BE HARDWARE PWM. Pin 4 interrupts OC0* and OC1* always in use?
159
+  #define SPINDLE_LASER_PWM_PIN 4   // Hardware PWM. Pin 4 interrupts OC0* and OC1* always in use?
160 160
 #endif
161 161
 #ifndef SPINDLE_LASER_ENA_PIN
162
-  #define SPINDLE_LASER_ENA_PIN    14   // Pin should have a pullup!
162
+  #define SPINDLE_LASER_ENA_PIN    14   // Pullup!
163 163
 #endif
164 164
 #ifndef SPINDLE_DIR_PIN
165 165
   #define SPINDLE_DIR_PIN  15

+ 2
- 2
Marlin/src/pins/ramps/pins_ULTIMAIN_2.h Zobrazit soubor

@@ -132,8 +132,8 @@
132 132
 #if HAS_CUTTER   // use the LED_PIN for spindle speed control or case light
133 133
   #undef LED_PIN
134 134
   #define SPINDLE_DIR_PIN          16
135
-  #define SPINDLE_LASER_ENA_PIN    17   // Pin should have a pullup!
136
-  #define SPINDLE_LASER_PWM_PIN     8   // MUST BE HARDWARE PWM
135
+  #define SPINDLE_LASER_ENA_PIN    17   // Pullup!
136
+  #define SPINDLE_LASER_PWM_PIN     8   // Hardware PWM
137 137
 #else
138 138
   #undef LED_PIN
139 139
   #define CASE_LIGHT_PIN            8

+ 2
- 2
Marlin/src/pins/ramps/pins_ULTIMAKER.h Zobrazit soubor

@@ -160,6 +160,6 @@
160 160
 //
161 161
 // M3/M4/M5 - Spindle/Laser Control
162 162
 //
163
-#define SPINDLE_LASER_PWM_PIN     9   // MUST BE HARDWARE PWM
164
-#define SPINDLE_LASER_ENA_PIN    10   // Pin should have a pullup!
163
+#define SPINDLE_LASER_PWM_PIN     9   // Hardware PWM
164
+#define SPINDLE_LASER_ENA_PIN    10   // Pullup!
165 165
 #define SPINDLE_DIR_PIN          11   // use the EXP3 PWM header

+ 4
- 4
Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h Zobrazit soubor

@@ -242,13 +242,13 @@
242 242
      */
243 243
     #if EXTRUDERS == 1
244 244
       #define SPINDLE_DIR_PIN          43
245
-      #define SPINDLE_LASER_PWM_PIN    45   // MUST BE HARDWARE PWM
246
-      #define SPINDLE_LASER_ENA_PIN    41   // Pin should have a pullup!
245
+      #define SPINDLE_LASER_PWM_PIN    45   // Hardware PWM
246
+      #define SPINDLE_LASER_ENA_PIN    41   // Pullup!
247 247
     #elif TEMP_SENSOR_BED == 0  // Can't use E0 so see if HEATER_BED_PIN is available
248 248
       #undef HEATER_BED_PIN
249 249
       #define SPINDLE_DIR_PIN          38   // Probably pin 4 on 10 pin connector closest to the E0 socket
250
-      #define SPINDLE_LASER_PWM_PIN     4   // MUST BE HARDWARE PWM - Special precautions usually needed.
251
-      #define SPINDLE_LASER_ENA_PIN    40   // Pin should have a pullup! (Probably pin 6 on the 10-pin
250
+      #define SPINDLE_LASER_PWM_PIN     4   // Hardware PWM - Special precautions usually needed.
251
+      #define SPINDLE_LASER_ENA_PIN    40   // Pullup! (Probably pin 6 on the 10-pin
252 252
                                             // connector closest to the E0 socket)
253 253
     #endif
254 254
   #endif

+ 6
- 6
Marlin/src/pins/ramps/pins_Z_BOLT_X_SERIES.h Zobrazit soubor

@@ -161,9 +161,9 @@
161 161
 
162 162
 #if ENABLED(CASE_LIGHT_ENABLE) && !defined(CASE_LIGHT_PIN) && !defined(SPINDLE_LASER_ENA_PIN)
163 163
   #if NUM_SERVOS <= 1 // try to use servo connector first
164
-    #define CASE_LIGHT_PIN    6   // MUST BE HARDWARE PWM
164
+    #define CASE_LIGHT_PIN    6   // Hardware PWM
165 165
   #elif AUX2_PINS_FREE
166
-    #define CASE_LIGHT_PIN   44   // MUST BE HARDWARE PWM
166
+    #define CASE_LIGHT_PIN   44   // Hardware PWM
167 167
   #endif
168 168
 #endif
169 169
 
@@ -172,12 +172,12 @@
172 172
 //
173 173
 #if HAS_CUTTER && !PIN_EXISTS(SPINDLE_LASER_ENA)
174 174
   #if !defined(NUM_SERVOS) || NUM_SERVOS == 0 // try to use servo connector first
175
-    #define SPINDLE_LASER_ENA_PIN     4   // Pin should have a pullup/pulldown!
176
-    #define SPINDLE_LASER_PWM_PIN     6   // MUST BE HARDWARE PWM
175
+    #define SPINDLE_LASER_ENA_PIN     4   // Pullup or pulldown!
176
+    #define SPINDLE_LASER_PWM_PIN     6   // Hardware PWM
177 177
     #define SPINDLE_DIR_PIN           5
178 178
   #elif AUX2_PINS_FREE
179
-    #define SPINDLE_LASER_ENA_PIN    40   // Pin should have a pullup/pulldown!
180
-    #define SPINDLE_LASER_PWM_PIN    44   // MUST BE HARDWARE PWM
179
+    #define SPINDLE_LASER_ENA_PIN    40   // Pullup or pulldown!
180
+    #define SPINDLE_LASER_PWM_PIN    44   // Hardware PWM
181 181
     #define SPINDLE_DIR_PIN          65
182 182
   #endif
183 183
 #endif

+ 2
- 2
Marlin/src/pins/sam/pins_RAMPS_DUO.h Zobrazit soubor

@@ -67,9 +67,9 @@
67 67
 // SPI for Max6675 or Max31855 Thermocouple
68 68
 #undef MAX6675_SS_PIN
69 69
 #if DISABLED(SDSUPPORT)
70
-  #define MAX6675_SS_PIN   69   // Do not use pin 53 if there is even the remote possibility of using Display/SD card
70
+  #define MAX6675_SS_PIN   69   // Don't use 53 if there is even the remote possibility of using Display/SD card
71 71
 #else
72
-  #define MAX6675_SS_PIN   69   // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
72
+  #define MAX6675_SS_PIN   69   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
73 73
 #endif
74 74
 
75 75
 //

+ 1
- 1
Marlin/src/pins/sam/pins_RAMPS_FD_V1.h Zobrazit soubor

@@ -230,6 +230,6 @@
230 230
 //
231 231
 #if HOTENDS < 3 && HAS_CUTTER && !PIN_EXISTS(SPINDLE_LASER_ENA)
232 232
   #define SPINDLE_LASER_ENA_PIN 45   // Use E2 ENA
233
-  #define SPINDLE_LASER_PWM_PIN 12   // MUST BE HARDWARE PWM
233
+  #define SPINDLE_LASER_PWM_PIN 12   // Hardware PWM
234 234
   #define SPINDLE_DIR_PIN       47   // Use E2 DIR
235 235
 #endif

+ 2
- 2
Marlin/src/pins/sam/pins_RAMPS_SMART.h Zobrazit soubor

@@ -90,9 +90,9 @@
90 90
 // SPI for Max6675 or Max31855 Thermocouple
91 91
 #undef MAX6675_SS_PIN
92 92
 #if DISABLED(SDSUPPORT)
93
-  #define MAX6675_SS_PIN   67   // Do not use pin 53 if there is even the remote possibility of using Display/SD card
93
+  #define MAX6675_SS_PIN   67   // Don't use 53 if there is even the remote possibility of using Display/SD card
94 94
 #else
95
-  #define MAX6675_SS_PIN   67   // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
95
+  #define MAX6675_SS_PIN   67   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
96 96
 #endif
97 97
 
98 98
 //

+ 3
- 3
Marlin/src/pins/sanguino/pins_GEN6.h Zobrazit soubor

@@ -106,7 +106,7 @@
106 106
 //
107 107
 #define SDSS               17
108 108
 #define DEBUG_PIN           0
109
-#define CASE_LIGHT_PIN     16   // MUST BE HARDWARE PWM
109
+#define CASE_LIGHT_PIN     16   // Hardware PWM
110 110
 
111 111
 // RS485 pins
112 112
 #define TX_ENABLE_PIN      12
@@ -115,6 +115,6 @@
115 115
 //
116 116
 // M3/M4/M5 - Spindle/Laser Control
117 117
 //
118
-#define SPINDLE_LASER_ENA_PIN     5   // Pin should have a pullup/pulldown!
119
-#define SPINDLE_LASER_PWM_PIN    16   // MUST BE HARDWARE PWM
118
+#define SPINDLE_LASER_ENA_PIN     5   // Pullup or pulldown!
119
+#define SPINDLE_LASER_PWM_PIN    16   // Hardware PWM
120 120
 #define SPINDLE_DIR_PIN           6

+ 5
- 5
Marlin/src/pins/sanguino/pins_GEN7_12.h Zobrazit soubor

@@ -123,9 +123,9 @@
123 123
 #define PS_ON_PIN          15
124 124
 
125 125
 #if GEN7_VERSION < 13
126
-  #define CASE_LIGHT_PIN   16   // MUST BE HARDWARE PWM
126
+  #define CASE_LIGHT_PIN   16   // Hardware PWM
127 127
 #else     // Gen7 v1.3 removed the I2C connector & signals so need to get PWM off the PC power supply header
128
-  #define CASE_LIGHT_PIN   15   // MUST BE HARDWARE PWM
128
+  #define CASE_LIGHT_PIN   15   // Hardware PWM
129 129
 #endif
130 130
 
131 131
 // All these generations of Gen7 supply thermistor power
@@ -141,10 +141,10 @@
141 141
 //
142 142
 // M3/M4/M5 - Spindle/Laser Control
143 143
 //
144
-#define SPINDLE_LASER_ENA_PIN    10   // Pin should have a pullup/pulldown!
144
+#define SPINDLE_LASER_ENA_PIN    10   // Pullup or pulldown!
145 145
 #define SPINDLE_DIR_PIN          11
146 146
 #if GEN7_VERSION < 13
147
-  #define SPINDLE_LASER_PWM_PIN  16   // MUST BE HARDWARE PWM
147
+  #define SPINDLE_LASER_PWM_PIN  16   // Hardware PWM
148 148
 #else  // Gen7 v1.3 removed the I2C connector & signals so need to get PWM off the PC power supply header
149
-  #define SPINDLE_LASER_PWM_PIN  15   // MUST BE HARDWARE PWM
149
+  #define SPINDLE_LASER_PWM_PIN  15   // Hardware PWM
150 150
 #endif

+ 3
- 3
Marlin/src/pins/sanguino/pins_GEN7_14.h Zobrazit soubor

@@ -102,7 +102,7 @@
102 102
 // Misc. Functions
103 103
 //
104 104
 #define PS_ON_PIN          15
105
-#define CASE_LIGHT_PIN     15    // MUST BE HARDWARE PWM
105
+#define CASE_LIGHT_PIN     15    // Hardware PWM
106 106
 
107 107
 // A pin for debugging
108 108
 #define DEBUG_PIN           0
@@ -114,6 +114,6 @@
114 114
 //
115 115
 // M3/M4/M5 - Spindle/Laser Control
116 116
 //
117
-#define SPINDLE_LASER_ENA_PIN    20   // Pin should have a pullup/pulldown!
118
-#define SPINDLE_LASER_PWM_PIN    16   // MUST BE HARDWARE PWM
117
+#define SPINDLE_LASER_ENA_PIN    20   // Pullup or pulldown!
118
+#define SPINDLE_LASER_PWM_PIN    16   // Hardware PWM
119 119
 #define SPINDLE_DIR_PIN          21

+ 3
- 3
Marlin/src/pins/sanguino/pins_GEN7_CUSTOM.h Zobrazit soubor

@@ -104,7 +104,7 @@
104 104
 //
105 105
 #define SDSS               31   // SCL pin of I2C header || CS Pin for SD Card support
106 106
 #define PS_ON_PIN          19
107
-#define CASE_LIGHT_PIN     15   // MUST BE HARDWARE PWM
107
+#define CASE_LIGHT_PIN     15   // Hardware PWM
108 108
 
109 109
 // A pin for debugging
110 110
 #define DEBUG_PIN          -1
@@ -134,6 +134,6 @@
134 134
 //
135 135
 // M3/M4/M5 - Spindle/Laser Control
136 136
 //
137
-#define SPINDLE_LASER_ENA_PIN     5   // Pin should have a pullup/pulldown!
138
-#define SPINDLE_LASER_PWM_PIN    16   // MUST BE HARDWARE PWM
137
+#define SPINDLE_LASER_ENA_PIN     5   // Pullup or pulldown!
138
+#define SPINDLE_LASER_PWM_PIN    16   // Hardware PWM
139 139
 #define SPINDLE_DIR_PIN           6

+ 5
- 5
Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h Zobrazit soubor

@@ -139,7 +139,7 @@
139 139
 #endif
140 140
 
141 141
 #if NONE(SPINDLE_FEATURE, LASER_FEATURE) && ENABLED(SANGUINOLOLU_V_1_2) && !BOTH(ULTRA_LCD, NEWPANEL)  // try to use IO Header
142
-  #define CASE_LIGHT_PIN     4   // MUST BE HARDWARE PWM  - see if IO Header is available
142
+  #define CASE_LIGHT_PIN     4   // Hardware PWM  - see if IO Header is available
143 143
 #endif
144 144
 
145 145
 /**
@@ -280,8 +280,8 @@
280 280
 #if HAS_CUTTER
281 281
   #if !MB(AZTEEG_X1) && ENABLED(SANGUINOLOLU_V_1_2) && !BOTH(ULTRA_LCD, NEWPANEL)  // try to use IO Header
282 282
 
283
-    #define SPINDLE_LASER_ENA_PIN    10   // Pin should have a pullup/pulldown!
284
-    #define SPINDLE_LASER_PWM_PIN     4   // MUST BE HARDWARE PWM
283
+    #define SPINDLE_LASER_ENA_PIN    10   // Pullup or pulldown!
284
+    #define SPINDLE_LASER_PWM_PIN     4   // Hardware PWM
285 285
     #define SPINDLE_DIR_PIN          11
286 286
 
287 287
   #elif !MB(MELZI)  // use X stepper motor socket
@@ -319,8 +319,8 @@
319 319
     #define X_DIR_PIN                 0
320 320
     #define X_ENABLE_PIN             14
321 321
     #define X_STEP_PIN                1
322
-    #define SPINDLE_LASER_PWM_PIN    15   // MUST BE HARDWARE PWM
323
-    #define SPINDLE_LASER_ENA_PIN    21   // Pin should have a pullup!
322
+    #define SPINDLE_LASER_PWM_PIN    15   // Hardware PWM
323
+    #define SPINDLE_LASER_ENA_PIN    21   // Pullup!
324 324
     #define SPINDLE_DIR_PIN          -1   // No pin available on the socket for the direction pin
325 325
   #endif
326 326
 #endif

+ 6
- 6
Marlin/src/pins/stm32/pins_ARMED.h Zobrazit soubor

@@ -113,13 +113,13 @@
113 113
 //
114 114
 // Heaters / Fans
115 115
 //
116
-#define HEATER_0_PIN       PA1   // PWM pin
117
-#define HEATER_1_PIN       PA2   // PWM pin
118
-#define HEATER_BED_PIN     PA0   // PWM pin
116
+#define HEATER_0_PIN       PA1   // Hardware PWM
117
+#define HEATER_1_PIN       PA2   // Hardware PWM
118
+#define HEATER_BED_PIN     PA0   // Hardware PWM
119 119
 
120
-#define FAN_PIN            PC6   // PWM pin, Part cooling fan
121
-#define FAN1_PIN           PC7   // PWM pin, Extruder fan
122
-#define FAN2_PIN           PC8   // PWM pin, Controller fan
120
+#define FAN_PIN            PC6   // Hardware PWM, Part cooling fan
121
+#define FAN1_PIN           PC7   // Hardware PWM, Extruder fan
122
+#define FAN2_PIN           PC8   // Hardware PWM, Controller fan
123 123
 
124 124
 //
125 125
 // Misc functions

+ 1
- 1
Marlin/src/pins/stm32/pins_BEAST.h Zobrazit soubor

@@ -255,7 +255,7 @@
255 255
       // Beeper on AUX-4
256 256
       #define BEEPER_PIN        33
257 257
 
258
-      // buttons are directly attached using AUX-2
258
+      // buttons are directly attached to AUX-2
259 259
       #if ENABLED(REPRAPWORLD_KEYPAD)
260 260
         #define BTN_EN1         64
261 261
         #define BTN_EN2         59

+ 1
- 1
Marlin/src/pins/stm32/pins_CHITU3D.h Zobrazit soubor

@@ -253,7 +253,7 @@
253 253
       // Beeper on AUX-4
254 254
       #define BEEPER_PIN        33
255 255
 
256
-      // buttons are directly attached using AUX-2
256
+      // buttons are directly attached to AUX-2
257 257
       #if ENABLED(REPRAPWORLD_KEYPAD)
258 258
         #define BTN_EN1         64
259 259
         #define BTN_EN2         59

+ 1
- 1
Marlin/src/pins/stm32/pins_STM32F1R.h Zobrazit soubor

@@ -233,7 +233,7 @@
233 233
       // Beeper on AUX-4
234 234
       #define BEEPER_PIN        33
235 235
 
236
-      // buttons are directly attached using AUX-2
236
+      // buttons are directly attached to AUX-2
237 237
       #if ENABLED(REPRAPWORLD_KEYPAD)
238 238
         #define BTN_EN1         64
239 239
         #define BTN_EN2         59

+ 1
- 1
Marlin/src/pins/stm32/pins_STM3R_MINI.h Zobrazit soubor

@@ -249,7 +249,7 @@
249 249
       // Beeper on AUX-4
250 250
       #define BEEPER_PIN        33
251 251
 
252
-      // buttons are directly attached using AUX-2
252
+      // buttons are directly attached to AUX-2
253 253
       #if ENABLED(REPRAPWORLD_KEYPAD)
254 254
         #define BTN_EN1         64
255 255
         #define BTN_EN2         59

Loading…
Zrušit
Uložit