Getting the size of a 3D print model from G-code Apr 22, 2023 10 min read 3d printing I wrote a Python script to get the size of a 3D print job from Gcode. Let me show you how it works.
Making a macro pad from scratch Mar 25, 2023 14 min read 3d printing I designed and built a QMK/VIAL macro pad from scratch. Let me tell you about the things I learned and useful resources I found as a beginner.
How I avoided typing long passwords - Use at your own risk! Feb 5, 2023 4 min read 3d printing I programmed an Arduino Pro Micro to write a long password every time I pressed a button. It helped me save a ton of time and I'm sharing how you can make one yourself - at your own risk!
DIY LED strip voice control with Alexa and ESP8266 Feb 1, 2023 9 min read 3d printing I'll tell you how I connected an LED strip to Amazon Alexa, using a Wemos D1 mini. An easy and cheap DIY home automation and IoT project.
The power of Python and Fusion 360 for 3D printing Jan 22, 2023 10 min read 3d printing I'll show you how to create multiple versions of a Fusion 360 CAD model and export them as STL files for 3D printing, using a Python script.