nastrel formy na kvetinac
[mirrors/Designs.git] / cnc / 3D / drill_test.scad
CommitLineData
c23cf911
TM
1$fn=100;
2difference() {
3cube([30,30, 10], true);
4 cylinder(20,3.175/2,3.175/2);
5 translate([5,0,-10]) cylinder(50,3.175/2,3.175/2);
6 translate([5,5,-10]) cylinder(20,3/2,3/2);
7 translate([0,5,-10]) cylinder(20,3.2/2,3.2/2);
8 translate([10,0,-10]) cylinder(20,4/2,4/2);
9
10}
This page took 0.152785 seconds and 4 git commands to generate.