3D Printed Lens Cases
/I fancied some 3D printed lens cases. So me and ChatGPT wrote a little Python program that runs inside FreeCAD to make them. I find ChatGPT a useful coding companion. It doesn’t usually get the code right, but it does provide enough insight into how the code is supposed to work to make it much easier to create something that does what you want.
As an additional flourish, we managed to put text on the outside of the case by rendering a TrueType font into a shape and then cutting it out of the case. You can see the results above. Next step is to get some foam and make some inserts to keep the lens nice and safe. I’m going to tidy up the code a bit and put it on GitHub.