Тёмный

BTT Smart filament sensor guide - Detect filament runout and jams 

Teaching Tech
Подписаться 515 тыс.
Просмотров 150 тыс.
50% 1

Filament runout protection only protects against the filament running out.. There are other situations that create jams and clogs tha will also cause a 3D print to fail. The Bigtreetech smart filament sensor is capable of detecting these problems and saving your prints.
This video is a guide on how to set the sensor up to work flawlessly with Marlin and the factory LCD controller. It also covers how it should work with Octoprint and the BTT TFT touch screens once updates are available.
UPDATE: Octoprint plugin: plugins.octoprint.org/plugins...
The testing hardware for this guide was an Ender 3 Pro, SKR mini E3 V2.0 mainboard and BTT TFT35 touch screen. This guide was a Patreon request. Two smart filament sensors were purchased with my own money. All opinions expressed are my own.
Purchase the Bigtreetech Smart filament sensor:
Amazon: amzn.to/33aZerT
Aliexpress: s.click.aliexpress.com/e/_d60...
Purchase the SKR Mini E3 + TFT35 E3 bundle from Amazon: amzn.to/36xbG3m
BTT smart filament sensor GitHub (for manual): github.com/bigtreetech/smart-...
Buy quality and affordable filament from X3D. Buy 3, get 1 free and a free sample pack with every order: www.x3d.com.au
Get Quality Resins from 3D Printers Online. 5% off storewide for Teaching Tech subscribers [Code: tech5]
3dprintersonline.com.au/
Take a look around and if you like what you see, please subscribe.
Support me on Patreon: / teachingtech

Опубликовано:

 

28 сен 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 375   
@JavierLopezElMagnate
@JavierLopezElMagnate 3 года назад
Phenomenal timing. I was looking at these, but couldn't find an explanation on what this actually did. Thanks!
@ixiwixi
@ixiwixi 3 года назад
This works perfectly with Octoprint; enabling advance pause and emergency parser is all it takes. I've been running this setup on an Ender 5 Pro with an SKR 1.4T for months.
@ScottFegette
@ScottFegette 3 года назад
brilliant insight and super-timely, as I was just starting to enable a switch-based runout sensor for my E3Pro/BTTe3v2 rig- this is a waaaaay better solution. thanks so much!
@greggcaplan3926
@greggcaplan3926 3 года назад
Omg thank you I thought I was going crazy. I tried everything with this sensor and I do have a Raspberry PI with Octoprint and the BTT TFT50 v3 and it didn’t work. I bought the sensor through Amazon and sent it back after a week of frustrating code compiling . I hope BTT fixes this soon and I will try it again.
@HemiDad1963
@HemiDad1963 3 года назад
This is a great improvement for my printer. My filament always breaks above the stock runout sensor so the switch never turns off.
@williambachmann8842
@williambachmann8842 3 года назад
Thank you. I'm running Octo and a Mega Zero. You saved me purchasing something I can't use.
@looxonline
@looxonline 3 года назад
I use it every day with Octoprint. Works flawlessly. As others have mentioned you need HOST_ACTION_COMMANDS and HOST_PROMPT_SUPPORT to be enabled in config_adv.h. On most configs these are enabled by default. The only issue I've noticed with the sensor is that over time filament dust and other fine particle contaminants can build up on the IR tx and rx and this leads to false triggers. Easy to fix. Unscrew the board and give them a wipe using a cotton ear bud. Make sure that they are pushed close together when reinstalling so that the rx can still detect the tx.
@CMDRBlueeagle66
@CMDRBlueeagle66 3 года назад
Had this sensor for about a year. Very good. On my Biqu B1 I have moved the sensor to the mainboard as I mostly print in Marlin mode. However I would like to see support for this sensor so it works with the TFT and regardless of where it's connected.
@danielkaminski3691
@danielkaminski3691 3 года назад
Michael, your movis are one of the best in internet about printers, thanks
@alanjones3514
@alanjones3514 3 года назад
Thanks for the video and thanks to commenters saying it does work with Octoprint. Just ordered one. Looks good.
@twinklingwater
@twinklingwater 3 года назад
The remark regarding "not working with octoprint" is wrong. I run this setup and it works fine. Marlin must be compiled with HOST_ACTION_COMMANDS and HOST_PROMPT_SUPPORT as well as ADVANCED_PAUSE_FEATURE. The host_prompt messages the interrupt to octoprint, which causes it to wait for the printer. I think this is mentioned in the official setup guide, but I may be mistaken on this one. It is required anyways when you use the filament-change-command in your prints. In theory it should be possible to remove the requirement for the LCD. When Marlin detects a filament runout situation, it executes the FILAMENT_RUNOUT_SCRIPT. By default this is merely a "M600" command. It should be possible to execute host-action-commands instead. Afterwards, the filament change must be handled by the host. I have not looked into this, and can't tell whether or how well this works.
@CMDRBlueeagle66
@CMDRBlueeagle66 3 года назад
With the host commands in new Marlin I was hoping this would allow the TFT(in TFT mode) to work with the sensor when it's plugged into the main board. But no. The printer correctly pauses but the TFT screen just carries on like nothing has happened 😖
@TeachingTech
@TeachingTech 3 года назад
Thanks very much for the correction. I've pinned a similar message to this with the details.
@wongzhiwei
@wongzhiwei 2 года назад
Can anyone confirm that this work? and is there a setup guide where the smart filament sensor is plug into the SKR mini E3 V2. and still work with octoprint?
@JAYTEEAU
@JAYTEEAU 3 года назад
Thanks for the overview Michael. Great content as always. Cheers, JAYTEE
@timabblett8538
@timabblett8538 3 года назад
Michael I finally got the BTT Smart Filament Sensor to work on my Ender 3 Pro with a Creality 4.2.2 mother board!. Here's a summary of what I found out All the firmware changes that were described work , but for the Stock Ender 3 Pro 4.2.2 motherboard there are a few important differences; 1) The Creality 4.2.2 mother board pin "FIL_RUNOUT_STATE" has to be set to HIGH not low. 2) The pins on the motherboard PA4 plug where the sensor plugs in are, left to right; "Signal-Ground-Voltage" the sensor I installed had the ground wire with a long white dash on it and the voltage wire had little "+" signs on it. The signal wire had nothing. So far I have run about 6 hours of prints using it and it checks out perfectly. I really appreciate your efforts to "teach" us how to modify our printers, I've got mine setup with tis runout sensor and a BLTouch, so its simple to get good prints.
@MrCruC
@MrCruC 3 года назад
Hi, I have ender v2 Creality 4.2.2 mother board it is possible to work too?
@mothanukka
@mothanukka 5 месяцев назад
I have mine installed but not working. Please tell me exactly what I need to change in the gcode to make it work, on klipper. Running a creality sonic pad 4.2.2 board ender 3 pro with 2.0 filament sensor and its printing like a champ just is not stopping the print by itself when there is an issue with the filament being fed! Also have a bl touch all set up good to go but yeah, need to get the filament sensor 2.0 working its all installed but wont do its job!
@lanselta
@lanselta 3 года назад
Thanks for this one mate. I have a failed print today that could have done with this. Filament got stunk in the spool!
@metanoiaart7597
@metanoiaart7597 3 года назад
Thanks for this awesome video! Helped me install this on my Ender 3 Pro with SKR mini e3 v2.0. Also wanted to add that the edits to configuration_adv.h work for OctoPrint as well as Repetier Server.
@andrewp9945
@andrewp9945 3 года назад
You're videos are amazing. Thank you so much for your work.
@dovibricker3864
@dovibricker3864 3 года назад
Love your stuff Michael keep being inspiring
@Jynxx_13
@Jynxx_13 3 года назад
I have this model on 2 of my printers. They must be older design because the bodies are 3D printed not injection molded. Good to see that enough people liked this model to warrant having a mold made for mass production.
@TeachingTech
@TeachingTech 3 года назад
I noticed the instructions on GitHub talked about a printed housing and figured they had updated.
@Side85Winder
@Side85Winder 3 года назад
Looks decent as its located before the extruder driver so it will work fine with flex filaments. Nice video. I use no screen at all octoprint only. There is a comment below that has a option that may work. HevORT has a speye thats free DIY thats also before the exteuder motor working with flex.
@Barnacules
@Barnacules 3 года назад
Learned about your channel from Design Prototype Test. You're awesome, keep up the good work 🤗
@succuvamp_anna
@succuvamp_anna 3 года назад
And you're the one who originally got me into wanting to do 3d printing, love you Jerry ❤️
@juliusrosethorne9798
@juliusrosethorne9798 3 года назад
isn't that the nutjob guy why does conspiracy theories about prusa?
@NoMoreBsPlease
@NoMoreBsPlease 3 года назад
Is that dude still crazy?
@fish9468
@fish9468 3 года назад
@@NoMoreBsPlease yes
@LigerXT5
@LigerXT5 3 года назад
Brother of mine asked me to help flash his Marlin, happy to see you on a resource of research, boosts my confidence greatly!
@stormy1974
@stormy1974 3 года назад
Thanks about all information you give it to us .. I solved this problem today you should remove the original filment stop switch wire and its working
@Stacyjtyler
@Stacyjtyler 3 года назад
I thought it was just me. I got three of these for my printers and I got your same results.
@danielkaminski3691
@danielkaminski3691 3 года назад
i have commented out LIN_ADVANCE and activated M114_DETAIL and comment out FILAMENT_RUNOUT_SENSOR in MARLIN And it is working now with TFT :)
@Macrochine
@Macrochine 3 года назад
For my Voron2.4 that I'm building right now I'm using the HevORT SpEye aka the HevORT filament sensor. I'm still gonna have to see how well it works.
@gizmobowen
@gizmobowen 3 года назад
As soon as there's an Octoprint plug in so I can plug the sensor into my Pi, I'll be in for at least two of these. I'd love to have this on my printers.
@ferd352
@ferd352 3 года назад
See other replies, OctoPrint doesn't need anything just a correctly compiled version of Marlin
@techsavvyhero
@techsavvyhero 3 года назад
Great video topic! I was wondering about this product on Amazon. I have teo Tevo Tornadoes. What Marlin changes are needed for the MKS Gen L board? Thanks
@TheBbturbo
@TheBbturbo 3 года назад
Thank you for a very informative and instructional vid. I'm curious if we can just use the M412 (S1 to enable and S0 to disable) command instead of having to edit the source code.
@Lucas_sGarage
@Lucas_sGarage 3 года назад
Finally years asking for this
@MrBodzinek
@MrBodzinek Год назад
If you are having trouble with TFT 35 try inputing M412 D7 via terminal (in my case when flashing firmware, the filament runout distance was not set to 7mm, it worked perfectly after that)
@johnm.gerard1718
@johnm.gerard1718 2 года назад
I have the Ender 3 Max modified printer. I find the stock sensor without taking it apart the filament just will not feed into the sensor very easily. And I don't want the frustration when trying to load filament. Plus having a filament jam sensor built in is a bonus.
@billbrown1877
@billbrown1877 3 года назад
I am using the micro swiss direct drive extruder on my ender 3 and the E3 min v2.0 controller + TFT35V3 display. this extruder uses the bowden tube on the input to the extruder allowing the smart filament detector with a modified case to be mounted where the original extruder was mounted. This allows retractions to be monitored as well. I have no problems with octoprint as as well. TFT35_v3.0.26.x Dated Sep 27th in graphics mode, displays the popups for filament parking, loading and purging. Also Octoprint indicated the same popups. I am using merlin 2.0.6.1.
@bernardthongvanh5613
@bernardthongvanh5613 3 года назад
after installation and flashing the modified firmware I had to do a "M412 D7" otherwhise the runout lenght would be at 0mm and it would always trigger, I'm using a SKR 1.3 and the latest version of marlin
@corgano6068
@corgano6068 2 года назад
This needs more upvotes. Exactly the issue I was running into
@BrianSmith-le6uy
@BrianSmith-le6uy 3 года назад
Great video, do you think you could update how to install with Duet/Reprap firmware...? Not alot of how to information out there on this.
@cubano100pct
@cubano100pct 3 года назад
The back of the BIQU B1 has a connection for the smart sensor. Have tried it on this printer?
@jyskyprints6954
@jyskyprints6954 3 года назад
I have SKR 1.4, BigtreeTech LCD and Smart filament sensor. I have connected filament sensor directly to SKR 1.4. I mainly print from octoprint and use touch screen just maintenance. While printing I put lcd to marlin mode so filament sensor events can be handeled. For me sensor works just fine and I don't really need octoprint to handle it as marlin seems to handle pausing and while fixing the issue I'm already at printer so I can continue from marlin mode lcd. I wish it could be used from touch mode when connected directly to skr 1.4
@kanoeist0
@kanoeist0 3 года назад
love the videos I have learnt a lot from you. Any chance of a follow up with it plugged into a OctoPi now the plugin Smart-Filament-Sensor has been released
@rklauco
@rklauco 3 года назад
I remember some time ago with repetier firmware the prinert was able to send @pause to octoprint. Is it the case with marlin, too? Should solve the no-lcd problem...
@accreditationmanager2878
@accreditationmanager2878 3 года назад
Second Try. Thank you for a very informative video. I have an ender 5 plus, touch screen control. What do you think the chances of the BTT sensor working with the correct firmware changes? Also considering a board upgrade to BTT SKR. PRO 1.2 with replacement screen. From your comments the upgrade would not support the sensor at the moment. The other board under consideration is the Lerdge X, any thoughts using the BTT sensor on that board? Thanks again for great content.
@TheQBall1977
@TheQBall1977 3 года назад
I was completely sold on this until you mentioned it does not work with the BTT touch screen or Octoprint. Can you just switch the interface on the BTT screen by holding the button (Marlin Emulation) for long prints? I really hope they sort it. Thank you for the thorough tutorial and guidance.
@jpolarseminario
@jpolarseminario 3 года назад
Also, when using with Octoprint, the firmware on the printer will buffer sometimes several lines of GCODE. So firmware must tell Octoprint to pause too, otherwise when octoprint decides to pause, it could be too late.
@DocMicha
@DocMicha 3 года назад
Also for those who have only a switch as filament sensor this might work with a small uC in between which gives ok as long as filament is not broken and still running.
@byronkobialko3442
@byronkobialko3442 3 года назад
Does it need the SKR Mini E3 board can I use it on a board that has a spare spot for a filament sensor like the CR-10 V2 board?
@rgmtb
@rgmtb 3 года назад
My deal with these things is that I use OctoPrint so I have to connect the sensor to the PI. I've got a printer that came with a filament run out switch and I quickly learned that sending a run out alert to the printer when you're sending commands to the printer via the PI does little good 🙁
@colinpalmer561
@colinpalmer561 3 года назад
Can you please do a video on connecting the BTT 24v UPS to the skr mini E3 V2.0 and also getting it working in the firmware
@fuyingbro
@fuyingbro 3 года назад
I got the first ones that came out and mine is 3d printed. I could not get mine to work with tft3.0 in touch screen mode. in marlin it kept thinking there was a jam. Though my distance was set to 25mm. Glad I was not the only one to have issues with making this work with the TFT. Guess mine will just stay boxed and put in my 3d printer extra pile for now.
@EricRobb
@EricRobb 3 года назад
I am trying to add the Smart Filament sensor and BL-touch to my ender 3 with a bigtreetech skr mini e3 v2.0 board. Is there any good resources out there to do this?
@RomanoPRODUCTION
@RomanoPRODUCTION 3 года назад
Michael is serious, always trying to experiment properly, giving us the good pieces of advice and also he is acting cool in general. Not to mention that adorable vampire smile!!!! 11:53 I just cannot miss to watch your videos Michael :) thank you
@TheNamelessOne12357
@TheNamelessOne12357 3 года назад
If it has high resolution encoder it could also be used to measure fillament diameter and adjust flow accordingly or pause printing if the diameter is too thick and that blob will definetely jam in the bowden tube or in the heatbreak.
@mareksvrcina5279
@mareksvrcina5279 Год назад
Theoretically yes, but you would then need to find a way to determine the position of the springed mechanism very accurately. Not impossible even in a smaller package like this but it would certainly make the sensor cost much more and it would no longer be an affordable printer upgrade. :)
@ein57ein
@ein57ein 3 года назад
Good to know... I've had multiple jams thanks to loose spools lately and was about to order one of those. Most of my printing is done via Octoprint, so I'll have to wait
@twinklingwater
@twinklingwater 3 года назад
No, you don't. Octoprint works fine.I followed the official guide and octoprint pauses when the filament runs out. The display and button on the printer is still required, though. You can test if it works by adding a filament change command to your gcode (M600). If this works, everything is setup correctly.
@ein57ein
@ein57ein 3 года назад
@@twinklingwater ok, so I'll have to upgrade from the stock display?
@AznMikey
@AznMikey 3 года назад
@@ein57ein No the stock display is the one you want. Octoprint also works. Michael just has a problem on his end for the octoprint part.
@ein57ein
@ein57ein 3 года назад
I'll order one up and give it a try then. If not it'll join the box my BLTouch sits in. I only used the BLTouch on my ender 2, tramming my ender 3s every few months works fine for me
@justinferrell684
@justinferrell684 3 года назад
Did you check to see if signal and Voltage pins are reversed between the SKR and the TFT?
@jacquesdupuis8078
@jacquesdupuis8078 3 года назад
Hi have you explanation to install the smart filament sensor on a creality V4.7.2?
@perrypike90
@perrypike90 3 года назад
Have you tried connecting the filament sensor through the tft35 e3 v3.0? It is also supposed to work that way also.
@holyindian
@holyindian 3 года назад
Do I need 5 of these for the MMU2S? Will it work with mmu?
@scottthebrewer5737
@scottthebrewer5737 3 года назад
My ender 3 pro don't have these settings like yours does. Such as the filament options
@3D_Printing
@3D_Printing 3 года назад
Could be used to mease the filament used so know if the print has enough filament to print
@Ryxxi_makes
@Ryxxi_makes 3 года назад
Hi, can you make a guide to install SKR 1.4 turbo on the CR10s pro v2 please!
@yoerim360
@yoerim360 3 года назад
how to do this on the ender5 + ? can i just use the cable for the old filament sensor? or also need to adapt the firmware?
@RonnieLaugen
@RonnieLaugen 3 года назад
As far as octoprint goes, I believe you just need to enable host_commands (or something like that?) in octoprint and marlin. This allows marlin to tell octoprint to pause the print until it gives a resume command.
@ferd352
@ferd352 3 года назад
Yeah I'm pretty sure you're right because mine is hooked up to a mini E3 and I use OctoPrint, and it handled everything fine. At least when I was getting set up. Now I need to go and check it out tomorrow just to make sure. I do recall that 7mm was too low for my dual-gear extruder setup, and ended up at 25mm before the false alarms stopped - it's also mounted on the entry side of my Ender3Pro using this www.thingiverse.com/thing:4550063
@twinklingwater
@twinklingwater 3 года назад
I agree. My setup is an SKR1.4 with the smart filament sensor, all prints go through octoprint. I think I followed the setup guide and everything works just fine. I've even had a few situations where less filament was extruded and the sensor still detected the failure (e.g. when the nozzle pushes against the build plate). After the issue is fixed, octoprint happily resumes printing.
@mikem8145
@mikem8145 3 года назад
​@@twinklingwater Hi, which setup guide did you followed, the BTT setup guide on their github page or the setup guide about the "Octoprint-Smart-Filament-Sensor" plugin?
@twinklingwater
@twinklingwater 3 года назад
@@mikem8145 I think i followed the instructions on github - that's my usual go-to source.
@butterbeanrumba4866
@butterbeanrumba4866 2 года назад
I just wanna leave this here for anyone trying to figure out how to run the BTT sensor hooked up to the mobo and still use Octoprint, or are curious about host commands in general: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-YDvFN51siMU.html
@DravakiirmAnimationsStudios
@DravakiirmAnimationsStudios 3 года назад
in your video you said that (im paraphrasing) 'if you are running octoprint with the runnout sensor connected to the printer, it wont pause the print' i came home yesterday to find that octoprint had paused, and was waiting for the printer because my runnout sensor had been triggered.
@adamtimmins3035
@adamtimmins3035 3 года назад
When the printer pauses, will it keep the bed hot? I have a glass bed and wouldn't want it to cool off and have the print come unstuck.
@kirkd6285
@kirkd6285 2 года назад
Michael great video as always. Any update to the BTT touchscreen problem? I use the sensor with the BTT TFT in emulator mode.
@jamesm5392
@jamesm5392 3 года назад
I installed this using the SkR mini E3 V2 and at the start of the print after the priming line it throws up a change filament and begins unloading the filament. Could this be a firmware tweak? I utilized the latest Marlin Bugfix firmware in the build as well as this video and the dedicated EO stop port on the board.
@chrisneale
@chrisneale 3 года назад
Is there a way to link this sensor to both the E0-STOP pin on SRK mini E3 V2.0 and the FIL-DET on the TFT35 E3 V3.0? so that the detection is made with printing from the onboard SD and TFT SD/USB?
@AdamTheVAST
@AdamTheVAST 3 года назад
Marlin didn't apply the filament runout sensor distance for me on Ender 3v2, Creality 4.2.2 board. M412 was returning 0, making the print stop immediately. I ran M412 D25 to set the distance to 25mm for my direct drive setup and all is well!
@TAJPEJ84
@TAJPEJ84 9 месяцев назад
Thanks for the video.
@ThePieterbas
@ThePieterbas 3 года назад
What if you are printing directly from your PC via usb from Cura? I have the stock ender 3 LCD and when i am printing from my PC and select filament change on the LCD during printing, it works. But will this sensor works also?
@reasonsvoice8554
@reasonsvoice8554 3 года назад
How many 10 pin cables were going to the screen im wondering if it needs more than 1 for all feature ports etc
@scottbaeder37
@scottbaeder37 3 года назад
Not sure if anyone else mentioned it, but in the PINS.H file, look to see if it is defined, and what else might be also defined as that pin. SKRv1.3 defines it, but it is ALSO used for X-MAX (I guess they just labeled the mini with e-Stop instead ;-)
@incogneato6725
@incogneato6725 3 года назад
Still doesn't work with the TFT35 or has there been an update?
@cyclokrk5278
@cyclokrk5278 3 года назад
Nice video Michael. Have you tested with flexible filament? My experiences this will not work because of spring that keep internal pullers (that guides filament) tight. I was not able to push tpu or other flex thrrough hole. Solution for that in my opinion is switch filament runout off for plexible filament. Apart of that I must say I agree with you - works saves a lot of time, money and nerves :) Regards!
@jensschroder8214
@jensschroder8214 Год назад
I have Marlin 2.0.9 on the 3D printer. If the filament runout sensor or I send the filament change on the display, Octoprint also pauses. To do this, I have to manually release the print on the display again, then Octoprint continues. The runout sensor is connected to the printer. There are no problems with Octoprint because it waits for the OK from the printer.
@byronkobialko3442
@byronkobialko3442 3 года назад
Can this be used on a CR-10? It looks to be a very good product.
@AnsonCTA
@AnsonCTA 3 года назад
is the RRF3 on LPC board compatible with this sensor?
@stevenbenjamin5832
@stevenbenjamin5832 3 года назад
Is it possible to use the bigtreetech smart sensor with a Prusa MK3s?
@KevinsHope
@KevinsHope 2 года назад
Since the filament runout sensors uses the advanced park feature, just like the change filament action (which does work with octoprint), shouldn't the printer send that same pause command to octoprint?
@charlesbeshaw9843
@charlesbeshaw9843 2 года назад
Nice video, can see that this would prevent a lot of ruined prints. However if it was a truly "Smart Sensor" than all the logic should have been built in. It would see a break or a jam allowing it to out put a signal same as a traditional filament runout sensor(triggered or untriggered). This would eliminate all the configuration changes. That would be a true plug and play replacement for a traditional filament runout sensor.
@sledgehammer7998
@sledgehammer7998 3 года назад
Anyone found a mount for this sensor that mounts to the Hero me gen5?
@polishhammer1992
@polishhammer1992 3 года назад
Michael I have a question I hope you can answer. If you have a CR-10s with filament runout detection already enabled, is this a simple swap with no firmware or hardware changes?
@ablast2bme
@ablast2bme 3 года назад
Love all your videos. this one helped me out. (Thank You) Can you please do a video for the BTT MINI UPS 24v connected to SKR Mini E3 V2.0?
@nikttaki9068
@nikttaki9068 3 года назад
it's impossible to work both. I'm testing many time and this hardware configuration not working both.
@ulysses895
@ulysses895 3 года назад
Recommendation for large print volume diy printer kits???
@tristonm37
@tristonm37 3 года назад
will this sensor work on Reprap, specifically the Duet boards?
@G4CEFITNESS
@G4CEFITNESS 3 года назад
Are the steps in this video the same if I'm installing this on the Ender 3? Not v2 or pro.
@gorin3512
@gorin3512 3 года назад
Mine plain sensor works fine, connected to printer board, with octoprint. It makes sense, since octoprint should at least know current printer buffer status not to overflow it. And marlin is capable to pause command processing. It seems something is missing in your Marlin configuration
@CraftedVision
@CraftedVision 3 года назад
Can you please do a review on the Biqu BX. I just got it on the KS.
@mudithaathauda5552
@mudithaathauda5552 3 года назад
can this sensor work with the creality v 4.2.2. main board ?
@rgmtb
@rgmtb 3 года назад
So can I use a traditional sensor attached to the TFT and it will work if sending code in from a PI? I was not sure I understood that clearly. Also, do we have to have the TFT in touch screen mode to have this work? My guess is yes but hey, let's ask the pro 😀
@avejst
@avejst 3 года назад
Great update Interesting product Thanks for sharing :-)
@ddegn
@ddegn 3 года назад
This could be made to work like a normal runout sensor if you put an Arduino or other microcontroller in the circuit to monitor the BTT sensor but output a single to match a normal runout.
@The_Digital_Samurai
@The_Digital_Samurai 3 года назад
Have you retried this using any new filament sensor plugins for Octoprint?
@chrissv7217
@chrissv7217 Год назад
Hello, I have 2 Sensor smart BTT, They are connected to my motherboards (yes yes on the motherboard) while I have BTT TFT 35 screens, an SKR2 and an SKR Mini E3 V1.2. To make it work with the BTT TFT screen, I add the M75 command to the startup G-code. It works, but sometimes I have to compile multiple times. when it works it works all the time, perfect, but 7mm for detection is too small for me. I often have involuntary alerte leaving 7mm, I write 15mm.
@sadrobot5274
@sadrobot5274 3 года назад
for the ender 3 v2 mainboard 4.2.2 for FIL_RUNOUT_PIN, what do I put where he puts PC15 E0-STOP
@richardswede
@richardswede 3 года назад
Hey Michael how about doing a follow up video and fit a SFS directly to a Pi running Octoprint, you mentioned it in your video, and it would be nice to be shown how to do it? Give it some thought please? Many Thanks
@MickSteelX
@MickSteelX 3 года назад
can the sensor also be used on the Prusa i3 MK3s?
@dineshbhargava9022
@dineshbhargava9022 Год назад
Michael, good work. I do have a question about my setup. I have a Creality Ender 3 with original board 4.2.2. Want to add a Btt filament sensor. I have set it up through the smart filament sensor plugin and it seems to work to identify then the filament is out but does not stop or pause the printer. I have tried M600 and M601 command but does not work. The Marlin firmware is version 1.1.2 Looking for direction
@justincooper6424
@justincooper6424 2 года назад
i have a stock 4.2.7 board on my ender 3 pro, is there still a way to add the BTT runout sensor?
@danielrangel7222
@danielrangel7222 2 года назад
Will the firmware have any issues with the firmware changes that were flashed when I added a BL Touch, or should I make any changes to it enable my BL Touch to continue to work?
@mugenmegun5695
@mugenmegun5695 3 года назад
Thanks to your videos I just learn to use the ESP-01S and now the BTT Smart filament sensor... Thanks you So much! :) Maybe the only thing that would be missing if you can do would be a good guide for the BTT Relay 1.2 since looking on RU-vid there is no very explanatory video in English and (Like usually do BTT xD) the information and instruction its something limited and confused :c
@TeachingTech
@TeachingTech 3 года назад
I've got one here I purchased. it will end up in a video at some stage.
@JayzCardz618
@JayzCardz618 3 года назад
setup everything like in your video but on startup is triggers a filament change and at end of change has me turn the sensor off. If i go in ant turn it back on it triggers the change again and so forth and so on.
@accreditationmanager2878
@accreditationmanager2878 3 года назад
Thank you for a very informative
Далее
I'm Building A Voron (and so should you!)
11:08
Просмотров 109 тыс.
I Melted Wood With Friction
8:44
Просмотров 818 тыс.
BTT TFT35 dual mode touch screen guide
15:25
Просмотров 300 тыс.
S42B closed loop stepper motors - No more layer shifts!
14:46
Filament Runout - Klipper - Chris's Basement - 2023
17:27