Compare commits

..

No commits in common. "869af47e8bb736c359cbe7f70a6cb4ca9bd997c3" and "1ac4576c0002a318eeb31a8179fef181d3d8158f" have entirely different histories.

7 changed files with 1 additions and 546509 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View file

@ -9,18 +9,13 @@ 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() {

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 MiB