bigtreetech / smart-filament-detection-module

263 stars 35 forks source link

Detection Sensor not working on SKR mini e3 Board #33

Closed Blisk closed 1 year ago

Blisk commented 1 year ago

Filament sensor not working I have conected filament sensor on E0-STOP and no matter what I do if I manually connect data pin with ground I always get with M119 TRIGGERED. I checked for stm32f1 pins_BTT_SKR_E3_DIP

ifndef FIL_RUNOUT_PIN

define FIL_RUNOUT_PIN PC15 // E0-STOP

endif

pins_BTT_SKR_MINI_E3_common // // Filament Runout Sensor //

ifndef FIL_RUNOUT_PIN

define FIL_RUNOUT_PIN PC15 // E0-STOP

endif

Blisk commented 1 year ago

I found out what was wrong. RED pin and WHITE pin was wrongly connected so I changed it on sensor and now works