Stateful lighting for 3D printing
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
I prototyped Illuminatrix on my printer Cupcake155. Then I built the DeltaFlyer and recently got around to installing Illuminatrix. The original setup uses a full Arduino Diecimila. It's physically big and I decided to reduce some stuff on my second round with it.
Here it is in its second iteration:
Since I build my printers around ATX PSUs, I have 5V and 12V rails handy and that helps a lot for Illuminatrix. As you can see above, 5V from the PSU goes right to my board. I run the 12V line to my Vcc of my LED strip and that's it for power (plus GNDs, obviously).
I'm toying seriously with the idea of doing a PCB run to formalize this, I am very much not happy with wires hanging around, so I think there's a good chance I'll make this clean. In that event, I may order a bunch of extras and possibly make them available as kits. Please please drop me a line if that interests you, I wouldn't really be doing this to make money (I'm highly employed as it is).
Flash your Arduino with the Illuminatrix Arduino firmware.
Setup communication with your Arduino. You don't actually need Octoprint at all, you can issue commands directly to the firmware, commands like:
PURPLE;
If you're using Octoprint on an Raspberry Pi (my recommendation), then you need to provide a means for the Raspberry Pi to talk to the Arduino. Arduino's with a USB interface make this insanely easy.
If using Octoprint, install the Octoprint Illuminatrix plugin. Follow the steps from the readme on github.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates