hadice sprcha
authorTomas Mudrunka <tomas@mudrunka.cz>
Mon, 4 Oct 2021 11:06:05 +0000 (13:06 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Mon, 4 Oct 2021 11:06:05 +0000 (13:06 +0200)
openscad/hadice_sprcha.scad [new file with mode: 0644]

diff --git a/openscad/hadice_sprcha.scad b/openscad/hadice_sprcha.scad
new file mode 100644 (file)
index 0000000..482e835
--- /dev/null
@@ -0,0 +1,12 @@
+$fn= 100;
+
+difference() {
+%translate([0,0,0.1]) cylinder(d1=23, d2=20, h=30);
+union() {
+       translate([0,0,16]) cylinder(d=12.5, h=30);
+       cylinder(d=13.5, h=5);
+       cylinder(d=11.5, h=30);
+       translate([0,0,13]) cylinder(d=13.5, h=7);
+}
+}
+//translate([0,0,-12.2]) cylinder(d=23, h=12);
\ No newline at end of file
This page took 0.141261 seconds and 4 git commands to generate.