last few months of work
[mirrors/Designs.git] / cnc / 3D / chaos-cam.scad
1 $fn=100;
2
3 translate([0,0,-20]) difference() {
4 cube([60,40,20]);
5 translate([30,20,20]) rotate([90,0]) cylinder(30,10,10);
6 translate([10,20,-10]) cylinder(40,4,4);
7 translate([50,20,-10]) cylinder(40,4,4);
8 }
This page took 0.249327 seconds and 4 git commands to generate.