Reference bearing

This commit is contained in:
Ian Gulliver
2026-07-18 19:24:53 -07:00
parent f107187c56
commit 0de371908a
2 changed files with 18 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
$fn = 500;
difference() {
cylinder(h=5, d=14);
translate([0, 0, -0.1]) {
cylinder(h=6, d=8.4);
for (a=[0:45:360]) {
echo(a);
rotate([0, 0, a])
cube([6, 1, 6]);
}
}
}
BIN
View File
Binary file not shown.