
Triangle to square box
myminifactory
This clever container serves not only as a storage space but also as a versatile holder for pens, or even a charming vessel for flowers. The design is open to interpretation, and its functionality can be tailored to suit various needs, much like a chameleon adapting to its surroundings. - ``` module box() { union(){ difference(){ cube([10,10,5]); translate([2,2,0])cube([6,6,5]); } } } translate([-20,0,0]){ for(i=[1:3]){ rotate([0,0,i*120]) box(); } } translate([20,0,0]){ for(i=[4:6]){ rotate([0,0,i*-120]) box(); } } ```
With this file you will be able to print Triangle to square box 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 box.