last few months of work
[mirrors/Designs.git] / cnc / 3D / chaos.scad
CommitLineData
c23cf911
TM
1translate([40,0,0]) difference() {
2cube([30,20,10]);
3translate([15,10,10]) rotate([90,0]) cylinder(15,5,5);
4 translate([5,10,-5]) cylinder(20,2,2);
5 translate([25,10,-5]) cylinder(20,2,2);
6}
7
8translate([40,-30,0]) difference() {
9cube([30,20,10]);
10translate([15,10,10]) rotate([90,0]) cylinder(15,5,5);
11 translate([5,10,-5]) cylinder(20,2,2);
12 translate([25,10,-5]) cylinder(20,2,2);
13}
14
15difference() {
16cube([30,20,10]);
17translate([-1,5,5]) cube([40,10,7]);
18 translate([5,10,-5]) cylinder(20,2,2);
19 translate([25,10,-5]) cylinder(20,2,2);
20}
This page took 0.097516 seconds and 4 git commands to generate.