Você está no 3DFinder
Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.
Descrição
This is a Sphere intersected with a Gyroid.
This was created using ShapeJS which is an Open Source language for creating 3D printable objects. Try it out at shapejs.shapeways.com
Instruções
Here is the source code. Add a File Input to the ShapeJS console, this code will gyroidize the object.
function main(args) {
var baseFile = args[0];
var grid = load(baseFile,0.075MM);
var intersect = new Intersection();
intersect.add(new DataSourceGrid(grid, 255));
intersect.add(new VolumePatterns.Gyroid(10MM, 1*MM));
var maker = new GridMaker();
maker.setSource(intersect);
var dest = createGrid(grid);
maker.makeGrid(dest);
return dest;
}
Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.
Criar conta