AstroPrint / AstroBox

AstroBox allows you to control your 3D Printer wirelessly
https://www.astroprint.com/products/p/astrobox-software
GNU Affero General Public License v3.0
157 stars 47 forks source link

Filament sensor #217

Open Austinthemighty opened 7 years ago

Austinthemighty commented 7 years ago

Can you guys add a filament sensor. I am thinking the main idea would be that the filament would run over a Micro Switch and close the circuit when there is filament and would open the circuit when there is no more filament and stop the print.

beachmiles commented 7 years ago

Yes please!!

databloom commented 6 years ago

Actually, I built the simplest possible airprint detector today for my dual extruder makerbot. I took an optical usb mouse and put it beside my filament reel, as the spool moves, I get movement in my evdev events in python. That's it. I'm not joking, I can detect filament out and airprint in immediately. Let me know if you guys want to see my tragic code and pull it in to Astroprint somehow.

https://github.com/databloom/filament-sensor

Image included to inspire, I made no effort to clean the code or make the mice look special.

loadedsith commented 4 years ago

Filament runout sensor is one of 2 plugins that made me make the conversion back to OctoPi. I miss my Astrobox, please support this sort of plugin.

KyleBoyer commented 4 years ago

What would it take to support the EZOut sensor from TH3DStudio?