Here is a little safety monitoring system I whipped together for my K40. with a few tweaks to the panel David Wakely put together this might work out nicely.
Ah, excellent, the one I’m looking at is very similar specs. Should do just fine.
I’m upgrading to a RAMPS 1.4 board in the next month and was thinking of adding the functionality to the firmware, although it’d probably be easier to keep it as a seperate module. Especially since I don’t need to write any code any more
Not really David… Yours is a good solid setup for sure.
Mine just takes it a few steps further to shut things down if you open the door or if something goes wrong.
It’s just a little safety net for the tube if for some reason you don’t notice the light. …
I may actually change the temp sensor to a DS18S20 instead of the TMP36 I originally wrote it for. they seem easier to get and are available in waterproof setups.
I also like that they can be used with parasitic power which eliminates one more wire from the mess.
How have you made it kill the power to the tube, i’m guessing you are tapping into the laser switch line on the front panel and attaching it to an arduino pin to make/ break connection?
if anyone downloaded this project I made a small change.
to fix the animation of the flow meter I had to change a few things in the FlowSensor section.
it’s a real simple thing, I needed to slow down the advancement of the arrow so it ticks over once every 4 rotations of the pinwheel.
You can just copy and paste over the section with this:
I still may need to include a debounce because the one i have here is glitching the animation. But hey, as long as there are events we know the water is flowing…