tray fix + hole fixes

This commit is contained in:
2026-04-15 16:15:09 +02:00
parent 060b8efdfc
commit b803db7f71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ module holes_pattern() {
union() {
circle(d = hole_d);
for(r = [18, 30]) {
for(r = [base_radius * 0.33, base_radius * 0.66]) {
for(a = [0 : 60 : 359]) {
rotate([0, 0, a])
translate([r, 0, 0])