What this is
7 of these 9 types are generated by the exact same Python code that ships in the Blender extension this project is built on — running unmodified in your browser via Pyodide, not a separate reimplementation. Nothing about the shape or your chosen dimensions is uploaded anywhere for those seven - the mesh is built and the STL is written entirely on your machine.
- Wall Cubby and Cable Clip need actual Blender/bmesh under the hood, so those two run on a small server instead - your chosen dimensions are sent there to build the shape, nothing else.
- Every type, including the 7 local ones, sends a small "this type was downloaded" ping when you click Download - a counter, not any file content.
- This is free during testing. If it turns into a paid product later, existing free downloads aren't retroactively affected.