New front panel to accomedate the GLCD.

New front panel to accomedate the GLCD.
Love the rocket launch Laser Switch :slight_smile:

Mircea,
What are you using to produce the temps? I am thinking of implementing the same thing as I keep forgetting to turn things on when starting a cut.

And what is that next to your K40? looks interesting!

To read the temps I use an arduino and ds18b20 sensors. https://github.com/executivul/LaserSafety To the right are the fan, the air-assist compressor and the chiller.

Thanks Mircea, what flow meter do you use please?

http://www.aliexpress.com/item/G1-2-Water-Flow-Sensor-Fluid-Flowmeter-Switch-Counter-1-30L-min-Meter-E2shopping/32617842149.html

I shall update the github code to include the flow sensor detection.

What arduino are you using? This would be nice to use as laser peripherals in marlin. If everything good on marlin i can read pin 11 i think for status.

I use a nano and keep the safety system independent of the controller.

You can check the github. I’ve updated the code to the latest.