bigtreetech / BIGTREETECH-SKR-V1.3

32bit board with LPC1768, support marlin2.0 and smoothieware, support lcd2004/12864, On-board TMC2130 SPI interface and TMC2208 UART interface no additional wiring is required
1k stars 1.15k forks source link

Smart Filament Sensor dosen't work #398

Open robstermn opened 4 years ago

robstermn commented 4 years ago

I have Ender 3 Pro with SKR 1.3 with Marlin 2.0.x bugfix & TFT35_V3.0_E3.26.

And I have tried the following to get the smart filament sensor working with no luck?

SFS plugged into the SRK 1.3 into X+ port - Marlin Mode (and confirmed #define FIL_RUNOUT_PIN P1_28 in the pins_BTT_SKR_V1_3h. )

SFS plugged into the TFT in the PT-DET port - Touch Mode (Set to On and Smart with the same result)

Both options failed?

I have confirmed that M412 echo:Filament runout ON Filament runout distance (mm): 7.00

Any help would be appriciated...

My configs: https://drive.google.com/drive/folders/1fb4-fhaW2kdInT7n5T0qC1phCdU_I-Hx?usp=sharing

robstermn commented 4 years ago

I think I found the issue, was false I set it to true.

define X_MAX_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.

I will continue to test.