Przeglądaj źródła

BTT SKR Pro runout pins (#18416)

Johnny Eshak 5 lat temu
rodzic
commit
2330ee48f2
No account linked to committer's email address
1 zmienionych plików z 13 dodań i 0 usunięć
  1. 13
    0
      Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h

+ 13
- 0
Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h Wyświetl plik

@@ -99,6 +99,19 @@
99 99
 #endif
100 100
 
101 101
 //
102
+// Filament Runout Sensor
103
+//
104
+#ifndef FIL_RUNOUT_PIN
105
+  #define FIL_RUNOUT_PIN                    PE15
106
+#endif
107
+#ifndef FIL_RUNOUT2_PIN
108
+  #define FIL_RUNOUT2_PIN                   PE10
109
+#endif
110
+#ifndef FIL_RUNOUT3_PIN
111
+  #define FIL_RUNOUT3_PIN                   PG5
112
+#endif
113
+
114
+//
102 115
 // Steppers
103 116
 //
104 117
 #define X_STEP_PIN                          PE9

Ładowanie…
Anuluj
Zapisz