This commit is contained in:
Arndt Heuvel 2024-03-04 21:20:22 +01:00
parent f6be06cd42
commit c51ac417cf
4 changed files with 41 additions and 0 deletions

12
Konterscheibe.scad Normal file
View file

@ -0,0 +1,12 @@
$fn=100;
difference() {
cylinder(2,7,7);
translate([0,0,-0.5])cylinder(3,1.6,1.6);
}
difference() {
translate([0,0,1.9]) cylinder(2.1, 3.5, 3.5);
translate([0,0,2.7]) cylinder( 2, 3, 3);
translate([0,0,1.8]) cylinder( 3, 1.6, 1.6);
}

BIN
Konterscheibe.stl Normal file

Binary file not shown.

29
Tablethalter.scad Normal file
View file

@ -0,0 +1,29 @@
$fn=100;
difference() {
cube([80,28,3]);
translate([25,3.5,1]) cylinder(2.5, 1, 1);
translate([55,3.5,1]) cylinder(2.5, 1, 1);
}
difference() {
translate([25,3.5, 3]) cylinder(4, 3.5, 3.5);
translate([25,3.5,2.5]) cylinder(5, 1, 1);
union() {
difference() {
translate([25,3.5, 5]) cylinder(2.5, 4, 4);
translate([25,3.5, 5]) cylinder(2.7, 3, 3);
}
}
}
difference() {
translate([55,3.5, 3]) cylinder(4, 3.5, 3.5);
translate([55,3.5,2.5]) cylinder(5, 1, 1);
union() {
difference() {
translate([55,3.5, 5]) cylinder(2.5, 4, 4);
translate([55,3.5, 5]) cylinder(2.7, 3, 3);
}
}
}

BIN
Tablethalter.stl Normal file

Binary file not shown.