Scott Lahteine 5 лет назад
Родитель
Сommit
f9b6c504df

+ 0
- 5
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_1.h Просмотреть файл

@@ -144,31 +144,26 @@
144 144
     #if AXIS_DRIVER_TYPE_X(TMC2130)
145 145
       #define X_CS_PIN                     P4_28
146 146
       #undef X_ENABLE_PIN
147
-      #define X_ENABLE_PIN                 -1
148 147
     #endif
149 148
 
150 149
     #if AXIS_DRIVER_TYPE_Y(TMC2130)
151 150
       #define Y_CS_PIN                     P2_00
152 151
       #undef Y_ENABLE_PIN
153
-      #define Y_ENABLE_PIN                 -1
154 152
     #endif
155 153
 
156 154
     #if AXIS_DRIVER_TYPE_Z(TMC2130)
157 155
       #define Z_CS_PIN                     P0_19
158 156
       #undef Z_ENABLE_PIN
159
-      #define Z_ENABLE_PIN                 -1
160 157
     #endif
161 158
 
162 159
     #if AXIS_DRIVER_TYPE_E0(TMC2130)
163 160
       #define E0_CS_PIN                    P2_12
164 161
       #undef E0_ENABLE_PIN
165
-      #define E0_ENABLE_PIN                -1
166 162
     #endif
167 163
 
168 164
     #if AXIS_DRIVER_TYPE_E1(TMC2130)
169 165
       #define E1_CS_PIN                    P0_10
170 166
       #undef E1_ENABLE_PIN
171
-      #define E1_ENABLE_PIN                -1
172 167
     #endif
173 168
 
174 169
   #else                                           // !SOFTWARE_DRIVER_ENABLE

+ 0
- 3
Marlin/src/pins/ramps/pins_RIGIDBOARD.h Просмотреть файл

@@ -97,7 +97,6 @@
97 97
 // Misc. Functions
98 98
 //
99 99
 #undef PS_ON_PIN
100
-#define PS_ON_PIN                             -1
101 100
 
102 101
 //
103 102
 // LCD / Controller
@@ -120,9 +119,7 @@
120 119
 
121 120
   // Disable encoder
122 121
   #undef BTN_EN1
123
-  #define BTN_EN1                             -1
124 122
   #undef BTN_EN2
125
-  #define BTN_EN2                             -1
126 123
 
127 124
   #undef SD_DETECT_PIN
128 125
   #define SD_DETECT_PIN                       22

Загрузка…
Отмена
Сохранить