3D Print Anything Without Supports

3D Print Anything Without Supports

link: https://youtu.be/M51bMMVWbC8?si=Icj4AcNH21TGm8dY

Summary

The man made a custom 3d printer and a slicer to 3d print anything without supports. It can even print upside down benchy.

Steps

  1. convert 3d object to mesh (with density)

  2. for each points, calculate path from bottom

  3. transform 3d mesh to make all path go upwards

  4. slice from transfomed mesh

  5. transform 3d mesh to original shape