Init
This commit is contained in:
parent
91f1072d1f
commit
1db833d6bc
3 changed files with 28195 additions and 0 deletions
28173
CE3S1_Waschbecken.gcode
Normal file
28173
CE3S1_Waschbecken.gcode
Normal file
File diff suppressed because it is too large
Load diff
22
Waschbecken.scad
Normal file
22
Waschbecken.scad
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
$fn=100;
|
||||||
|
border=1;
|
||||||
|
|
||||||
|
difference() {
|
||||||
|
minkowski(){
|
||||||
|
cube([21,11,11]);
|
||||||
|
rotate([90,0,90]) cylinder(h=1,r=border);
|
||||||
|
cylinder(h=1,r=border);
|
||||||
|
}
|
||||||
|
translate([9,6,-2]) cylinder(h=16, d=7,center=false);
|
||||||
|
translate([5,2.5,-2]) cube([4,7,16]);
|
||||||
|
|
||||||
|
translate([18,6,6]) rotate([ 80,0,0]) cylinder(h=20, d=5,center=true);
|
||||||
|
translate([18,6,6]) rotate([ 85,0,0]) cylinder(h=20, d=5,center=true);
|
||||||
|
translate([18,6,6]) rotate([ 90,0,0]) cylinder(h=20, d=5,center=true);
|
||||||
|
translate([18,6,6]) rotate([ 95,0,0]) cylinder(h=20, d=5,center=true);
|
||||||
|
translate([18,6,6]) rotate([100,0,0]) cylinder(h=20, d=5,center=true);
|
||||||
|
|
||||||
|
translate([2,1.5, 0]) cube([2.5,9,14]);
|
||||||
|
|
||||||
|
translate([1,6,6]) rotate([ 0,90,0]) cylinder(h=10, d=5,center=true);
|
||||||
|
}
|
BIN
Waschbecken.stl
Normal file
BIN
Waschbecken.stl
Normal file
Binary file not shown.
Loading…
Reference in a new issue