Thingiverse
3 lines in OpenScad !
by radus
20
Downloads
19
Likes
1
Makes
It just 3 lines of program OpenScad !
rotate([45,0,0]) cube([40,40,40], true);
rotate([0,45,0]) cube([40,40,40], true);
rotate([0,0,45]) cube([40,40,40], true);
rotate([45,0,0]) cube([40,40,40], true);
rotate([0,45,0]) cube([40,40,40], true);
rotate([0,0,45]) cube([40,40,40], true);
Sign in to leave a comment
Sign in