Add rain edge
This commit is contained in:
parent
1ac4576c00
commit
0138355aa9
6 changed files with 546509 additions and 1 deletions
249526
CE3S1P_Deckel1.gcode
Normal file
249526
CE3S1P_Deckel1.gcode
Normal file
File diff suppressed because it is too large
Load diff
296977
CE3S1P_Deckel2.gcode
Normal file
296977
CE3S1P_Deckel2.gcode
Normal file
File diff suppressed because it is too large
Load diff
BIN
Deckel1.stl
Normal file
BIN
Deckel1.stl
Normal file
Binary file not shown.
|
@ -9,13 +9,18 @@ b=10; // Fugenhöhe
|
||||||
|
|
||||||
$fn=res;
|
$fn=res;
|
||||||
rad=da/2+6;
|
rad=da/2+6;
|
||||||
|
|
||||||
difference() {
|
difference() {
|
||||||
union() {
|
union() {
|
||||||
// Außenring
|
// Außenring
|
||||||
difference() {
|
difference() {
|
||||||
union() {
|
union() {
|
||||||
translate([0,0,0]) cylinder(h=a+b+2, d=di+(da-di)/2+a/2);
|
translate([0,0,0]) cylinder(h=a+b+2, d=di+(da-di)/2+a/2);
|
||||||
|
// Schräge außen
|
||||||
|
difference() {
|
||||||
|
translate([0,0,-2.05])rotate_extrude(angle=360)
|
||||||
|
translate([(da+a)/2-3,0,0])rotate(45)square([5,5]);
|
||||||
|
translate([0,0,-8.05]) cylinder(h=10, d=da+a+6);
|
||||||
|
}
|
||||||
//Flansche außen
|
//Flansche außen
|
||||||
translate([0,0,2])linear_extrude(height = b+a, center = false, convexity = 10, twist = 0) {
|
translate([0,0,2])linear_extrude(height = b+a, center = false, convexity = 10, twist = 0) {
|
||||||
hull() {
|
hull() {
|
||||||
|
|
BIN
Deckel2.stl
Normal file
BIN
Deckel2.stl
Normal file
Binary file not shown.
BIN
IMG_20240816_182920.jpg
Normal file
BIN
IMG_20240816_182920.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 MiB |
Loading…
Reference in a new issue