This commit is contained in:
2025-06-28 15:45:58 +02:00
parent d140f010d0
commit ead70745d1
260 changed files with 1121678 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$fn=60;
include <BOSL2/std.scad>
h = 40;
od = 17;
id1 = 12.4;
difference() {
zcyl(l=h, d=od, rounding=2);
translate([0,0,3]) zcyl(l=h-6, d=id1, rounding=-1);
}