Added various plates

This commit is contained in:
2025-11-14 19:25:16 +01:00
parent b1e5c1e84b
commit cf6666cabc
35 changed files with 271 additions and 114 deletions

View File

@@ -1,14 +0,0 @@
$fn = 60;
include <BOSL2/std.scad>
tube_dia=16;
// new
cuboid([90,150,9], rounding=3) attach(BOT) textured_tile("trunc_diamonds", [80,140], tex_reps=[10,10]/*, style="convex"*/);
translate([0,0,17]) {
difference() {
cyl(l=25, d1=80, d2=26, rounding1=-5, rounding2=5);
zcyl(l=25, d=tube_dia+.5, rounding=-2);
}
}

Binary file not shown.