Dateien hochladen nach 'hardware'
HT-Rohr DN50 mit Loch
This commit is contained in:
parent
e3327a54e9
commit
3c2eb795ff
1 changed files with 22 additions and 0 deletions
22
hardware/ht-dn50_stopfen.scad
Normal file
22
hardware/ht-dn50_stopfen.scad
Normal 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]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue