auto moto
[mirrors/Designs.git] / openscad / matej-auto.scad
diff --git a/openscad/matej-auto.scad b/openscad/matej-auto.scad
new file mode 100644 (file)
index 0000000..dd42f8e
--- /dev/null
@@ -0,0 +1,11 @@
+$fs= 0.05; //detail kulatin v milimetrech
+sroub = 3; //[0.0:5.0]
+difference() {
+       union() {
+               cube([8.5,5,11],center=true); //Hlavni kvadr
+               translate([0,2.5,-5.5]) cylinder(6,4.25,4.25); //Podlozka pod sroubem
+       }
+translate([0,2.5,-10]){cylinder(20,1.5,1.5);} //Dira na zavit sroubu
+translate([0,2.5,0.4]){cylinder(11,3.3,3.3);} //Dira na hlavicku sroubu
+translate([0,-12,-10]){cylinder(20,10,10);}  //Vykus na roletku
+}
\ No newline at end of file
This page took 0.362526 seconds and 4 git commands to generate.