diff --git a/test3.scad b/test3.scad new file mode 100644 index 0000000..e9cfd9d --- /dev/null +++ b/test3.scad @@ -0,0 +1,3 @@ +rotate([0,0,120]) cube([200,50,35], center=true); +rotate([0,0,240]) cube([200,50,35], center=true); +rotate([0,0,360]) cube([200,50,35], center=true); diff --git a/test3.stl b/test3.stl new file mode 100644 index 0000000..c79d569 Binary files /dev/null and b/test3.stl differ