I am trying to create .stl files from Blender to print in 3D. I have created a script that creates a curve. This curve I then rotated and get a tubelike mesh. The dimensions in Blender are correct (and metric).
Now if I export this as .stl. and import in the 3D print software (Cubify) the dimensions are always wrong. And my print has 0 mm3 volume.
I went back to Blender added a Solidify modifier to the mesh with 1 mm thickness (the rest of the options I left default). Again in Cubify I have 0 mm3 Volume.
My questions:
- Is there a good tutorial that can walk me through the process of creating curves, meshes with python and then transform them into something 3D printable?
- How can I solve the dimension problem? I already printed quite a few pieces, but it was always a headache. And I would like to know if this could be a .stl problem and if so how to solve it.
- Is there aother option to add a 1 mm thickness to a mesh besides the Solidify Modifier?