Init
This commit is contained in:
parent
8a168a1605
commit
e765a2c755
2 changed files with 8 additions and 0 deletions
8
Deckel.scad
Normal file
8
Deckel.scad
Normal file
|
@ -0,0 +1,8 @@
|
|||
$fn=100;
|
||||
|
||||
difference() {
|
||||
cylinder(h=30,d=26,center = true);
|
||||
translate([0,0,-3]) cylinder(h=30,d=23.2,center = true);
|
||||
translate([0,12,-17]) cube([14,14,30],center = true);
|
||||
translate([0,12,-2]) rotate([ 90,0,0]) cylinder(h=18,d=14,center=true);
|
||||
}
|
BIN
Deckel.stl
Normal file
BIN
Deckel.stl
Normal file
Binary file not shown.
Loading…
Reference in a new issue