BTT filament sensor
How to connect my BTT filament sensor and what should i do to make it work?
35 Replies
rising-crimson•16mo ago
what mainboard do you have?
I have octopus V1.1
rising-crimson•16mo ago
Make 'N' Print
BTT Smart Filament Sensor Guide - Make 'N' Print
A setup guide to the installation of the BTT Smart Filament Sensor. Which detects both broken filament and any stoppages to the filament flow. BTT Smart
rising-crimson•16mo ago
you connect it to an endstop, you need to rewire it/crimp it
I have one more question. Do you know what kind of script i need to write in the printer.cfg ?
rising-crimson•16mo ago
[filament_switch_sensor BTT Sensor]
pause_on_runout: True
event_delay: 3.0 pause_delay: 0.5 switch_pin: PG10
event_delay: 3.0 pause_delay: 0.5 switch_pin: PG10
Do i also need to write something on Gcode?
rising-crimson•16mo ago
nope, do the wiring and add that to printer.cfg
rising-crimson•16mo ago
rising-crimson•16mo ago
after that insert a piece of filament into the sensor, you should see it in the dashboard with detected, when you pull it out should be "Empty"
Thank you so much for the help, you are a very nice person😁
rising-crimson•16mo ago
Others are helping me too 👍
switch_pin needs to be your endstop pin, PG10 is my board pin
Okey 👍
I dont really know which cable is who?
rising-crimson•16mo ago
it shows you in this picture, G- ground, S-Signal, V- Voltage
On your endstop you have 3V3- Voltage, GND- Ground, PG - Signal.
you leave alone the wires in the btt
you work on the other side of the cable
Ok Thanks for the help
exotic-emerald•16mo ago
Why would @nastystew not use fialment_motion_sensor?
Instead of switch sensor?
rising-crimson•16mo ago
in my opinion you get false readings with motion sensor
I got this problem when i start a print
How do i fix it?
rising-crimson•16mo ago
post a picture with printer.cfg where you added the code I gave you
I fixed it already and the problem was the BTT Sensor and i put instead my_sensor and it worked
rising-crimson•16mo ago
my bad,y you can name it how you want but put a _ between words
for example BTT_Sensor
It’s ok and ill try it.
Thanks for the help
exotic-emerald•16mo ago
I havent had a single false positive. 🤷♂️
rising-crimson•16mo ago
Not saying it is a common thing , it is only my opinion
flat-fuchsia•15mo ago
would anyone in this thread be willing to help me troubleshoot my btt runout sensor? I keep getting false empty results
flat-fuchsia•15mo ago
flat-fuchsia•15mo ago
from my printer.cfg
flat-fuchsia•15mo ago
Running an Octopus Pro
flat-fuchsia•15mo ago
I can get the sensor to sometimes read "detected" but even with filament loaded it shortly begins reading empty again
when changing the sign on the switch_pin, it always reads empty
Finally: following the wiring guide, I noticed that the stock wiring for the cable was already correct for my board.
I have the same problem! i hate that damn thing. it never worked. i think at this point i will get more satisfaction taking it down and burning it.
Mine works like a charm with the above code
you must insert the sensor into Gcode
and a macro when it will be triggered
I'll try adding that thank you
Could you please show us what we must insert? I have tried a few things but the FS triggers before each print. I tried tuning it off in the gcode in slicer for the first layer but still not working.