Compare commits
2 commits
1ac4576c00
...
869af47e8b
Author | SHA1 | Date | |
---|---|---|---|
869af47e8b | |||
0138355aa9 |
7 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.
BIN
Deckel2.png
BIN
Deckel2.png
Binary file not shown.
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
@ -9,13 +9,18 @@ b=10; // Fugenhöhe
|
|||
|
||||
$fn=res;
|
||||
rad=da/2+6;
|
||||
|
||||
difference() {
|
||||
union() {
|
||||
// Außenring
|
||||
difference() {
|
||||
union() {
|
||||
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
|
||||
translate([0,0,2])linear_extrude(height = b+a, center = false, convexity = 10, twist = 0) {
|
||||
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