Triangle to square pendant

Triangle to square pendant

cults3d

I designed a 3D printed pendant that showcases the transformation from a triangle to a square. My daughter loves it, and the diamond shapes are actually stickers. I used OpenSCAD code to create this unique piece. Here is the code for my project: // Triangle to Square Transformation Pendant module triangle_to_square() { difference() { square(20); translate([10, 10]) rotate(45) polygon(points = [[0, 0], [20, 0], [10, 20]]); } } triangle_to_square(); I referenced the OpenSCAD documentation to ensure I understood the language.

Download Model from cults3d

With this file you will be able to print Triangle to square pendant 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 Triangle to square pendant.