The perfect STL file for the 3D print job

Hello everybody,

I would like to know how to create the perfect STL file for the 3D printing job.

In my previous 3D vessel models, the triangles (polygons) are still clearly visible on the surface network. (Python coding)

However, it should be noted that the print job came out very well despite this “resolution”. It is probably just the representation in the software and does not reflect the actual surface properties of the model.

Is there a way to increase / improve the resolution of the STL file without distorting the wall thickness?

Uniform wall thickness has a higher priority than perfect representation in the program.

Many thanks for your help

This model looks high quality. You can choose to make individual triangles visible by using flat shading (this is what you show above). If you don’t want to see each triangle then all you need to do is compute surface normals using Surface Toolbox module.

2 Likes