
ShapeJS Gyroid
thingiverse
This is a 3D Shape that Merges with an Infinitely Replicated Cellular Pattern. It was Created using ShapeJS, an Open-Source Language designed to Bring Complex Objects into the Realm of Reality as 3D Printed Items. Experience the Power of ShapeJS at shapejs.shapeways.com Instructions Open Up Your Favourite Code Editor and Add a New File with this Source Code inside. Navigate over to the ShapeJS Console, upload your preferred base model as input, Then Click Run. Instantly this Script will transform your object by infusing it into the infinite expanse of Cellular Replication. function main(args) { var chosenBaseFile = args[0]; var GridObject = load(chosenBaseFile, 0.075mm); var intersectionProcess = new IntersectionProcess(); intersectionProcess.add(new DataSourceGrid(GridObject, 255)); intersectionProcess.add(new VolumePatterns.InfinitelyReplicatedCellularPattern(10MM, 1*MM)); var GridCreator = new GridMaker(); GridCreator.setSource(intersectionProcess); var destinationFile = createGrid(GridObject); GridCreator.createDestination(destinationFile); return destinationFile; }
With this file you will be able to print ShapeJS Gyroid with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on ShapeJS Gyroid.