Quellcode durchsuchen
Remove erroneous Pin 12 definition
There is no switchable Power Supply. Don't put it on Pin 12.
(Pin 12 is actually FAN1)
Roxy-3D
vor 6 Jahren
Ursprung
Commit
25b980dddb
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
|
@@ -160,10 +160,6 @@
|
160
|
160
|
// Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
|
161
|
161
|
#define FILWIDTH_PIN 5 // Analog Input
|
162
|
162
|
|
163
|
|
-#ifndef PS_ON_PIN
|
164
|
|
- #define PS_ON_PIN 12
|
165
|
|
-#endif
|
166
|
|
-
|
167
|
163
|
//
|
168
|
164
|
// LCD / Controller
|
169
|
165
|
//
|