-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Filament runout sensor #4059
Comments
These days, I am playing around with it. What I want to do is to use filament runout sensor to detect the filament: when there`s no filament, stop; or, go on. |
Fully functional and tested... And... It includes a time out to power down the nozzles if you are not around when the filament runs out. (And of course... A heat up phase to get things back to normal from a cold state.) |
Merged the latest M600 code — a pretty stable and straightforward menu-driven procedure. |
@thinkyhead so this one is done? should we not close it? |
Sorry A bit of topic, I have been getting false positives might be a faulty endstop. Any way to add a delay in the software so I could try to avoid them till I get a new one. |
It might be electrical noise. You could try running the wires further away from high current wires that are switching power (stepper wires and heater wires). But if that isn't productive, you might want to just switch the end stop with one of the axis end stops. You can also try putting a 100 uf capacitor across the switch so any noise gets filtered electrically. It can be de-bounced in software. But that is going to be more work (and mess up the code!) than just making the filament sensor work right. |
Thanks! |
Hi - i know this closed 2.5 years ago. I"m hoping @Roxy-3D or some other kind soul may help - I have a CR-10 S5 where I believe the endstops were picking up too much noise with extension cables - so i soldered 104 capacitors across them. Now I'm having filament sensor false positives - @Roxy-3D suggested the 100uf capacitor across - as there are 3 wires versus 2 for the end stops, can or should I use 2 capacitors - on from the center (pin 2) to say, pin 1, and and one from pin 2 to pin 3 - or is there a better layout? many thanks!!!! (i'd also love Marlin to allow a longer delay for the filament run out - maybe a few seconds straight which may help out against false positives - many thanks!!!!! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
3 similar comments
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Here are a couple of things that just not seem right with the filament runout sensor:
feature request:
when filament runout is detected print goes on so long as extruder has extruded XXmm and then stops.
The text was updated successfully, but these errors were encountered: