Browse Source

Update SKR mini E3 1.2 Filament Runout pin (#15843)

Marcelo Cerri 5 years ago
parent
commit
b9d351899a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3_V1_2.h

+ 1
- 1
Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3_V1_2.h View File

60
 // Filament Runout Sensor
60
 // Filament Runout Sensor
61
 //
61
 //
62
 #ifndef FIL_RUNOUT_PIN
62
 #ifndef FIL_RUNOUT_PIN
63
-  #define FIL_RUNOUT_PIN   PC12
63
+  #define FIL_RUNOUT_PIN   PC15   // "E0-STOP"
64
 #endif
64
 #endif
65
 
65
 
66
 //
66
 //

Loading…
Cancel
Save