Dateien hochladen nach 'hardware'

HT-Rohr DN50 mit Loch
This commit is contained in:
klaute 2018-08-03 09:36:35 +00:00
parent e3327a54e9
commit 3c2eb795ff
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
union() {
difference() {
cylinder(h=30, r=25, $fn=300);
translate([0, 0, -5])
cylinder(h=40, r=23, $fn=300);
}
difference() {
union() {
translate([0, 0, 30])
cylinder(h=3, r=30, $fn=300);
color("green")
translate([-22, -12, 31])
cube([44, 24, 5]);
}
color("red")
translate([-20, -10, 25])
cube([40, 20, 15]);
}
}