Main Content

This gadget allows users to monitor many aspects of their 3D printer and current 3D print through a NeoPixel ring and a custom Alexa skill.

Story
Intro and Overview
When I start a 3D print I don’t sit around waiting for it to finish so I can start another one, I get up and do something more productive. This though, can sometimes lead to problems like me forgetting whether or not my printer is currently printing or wondering how much time it will be until I can start another print. The desire to be able to remotely monitor my print led me to OctoPrint, a program which when loaded onto a raspberry pi and connected to a 3D printer lets the printer be controlled and monitored from a website. Though this helped, I wasn’t a fan of having to pull out my phone every time I was curious of my 3D printer’s state. So, I made it even easier for myself to check on my printer by creating what I call 3D Printer Host.

3D Printer Host is a do it yourself electronic device created with a WiFi enabled Adafruit Feather, a Neopixel ring, and a 3D printed enclosure. The device connects to OctoPrint via its API and the wonderful OctoPrint API library for Arduino. It displays the print’s progress as well as state on the Neopixel ring. The 3D Printer Host also connects to Alexa via Thingspeak and a custom skill which allows a user to ask Alexa about many aspects of their printer and find details about any current print. Though the way in which this device functions may be confusing, it is all easily explained in the following diagram.”

Link to article