Você está no 3DFinder
Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.
Descrição
Inspired by nateoostendorp's cookie cutters, I went even further and made it even more generic.
Use any 2D shape (or 3D projected to 2D) to make a cookie cutter! Or make one that has inside cutouts!
Instruções
In the example script, I generate 3 cutters:
- combination of 2D and 3D shapes
- polygon with a cutout
- fennec fox (http://www.thingiverse.com/thing:20748)
For example, simple_cutter(...) projection() rotate([0,90,90]) import("Fennec_Fox.stl");
Note: This cutter is lip+cutter (rather than a 3-stage), but the code can be easily modified to do so.
Note: The cutouts are done so the shape cut-out is full-sized.
Usage:
- Build your shape, find a STL, find a DXF, etc.
- Use it as input to the simple_cutter() or cutout_cutter() modules. With cutout_cutter(), you supply multiple objects (the shell, then the cutouts).
- Compile, render, export.
- Print!