This software I made to help me design and convert models is awesome
Hey everyone, I built a little desktop tool for Windows that I've been using myself and thought others might find useful.
It started because a friend lost her original CAD file but still had the G-code — so I built a way to reverse that back into an STL. From there it kind of grew into a full converter that handles STL, STEP, OBJ and IGES in pretty much any direction.
The part I'm most proud of is the Smart Conversion feature — it takes an STL and actually detects the flat planes and circular holes and converts them into clean BREP STEP geometry instead of just wrapping the mesh. So if you open the output in Fusion or SolidWorks it has real faces you can work with, not just a dumb mesh.
It also has an STL simplifier if you're dealing with heavy files.
I figured Id Share it with the world.