Project notes
Laser Cut Model Maker
A Python tool that converts arbitrary STL models into interlocking slice files for laser-cut physical assemblies.
Project notes
A Python tool that converts arbitrary STL models into interlocking slice files for laser-cut physical assemblies.
What happened
As a kid, I loved assembling dinosaur skeleton kits cut from thin plywood sheets. I wanted the same sort of object, but for any 3D model and any material thickness.
I wrote a Python program that loads STL geometry, creates interlocking slices in chosen directions at variable intervals or specific locations, and outputs DXF files ready for laser cutting.
The result is a lightweight way to move from a digital model to a physical study object without needing a 3D printer or a lot of post-processing.
Why it mattered