summaryrefslogtreecommitdiff
path: root/body/holes.scad
diff options
context:
space:
mode:
authorNikita Kostovsky <nikita@kostovsky.me>2026-01-25 13:07:05 +0100
committerNikita Kostovsky <nikita@kostovsky.me>2026-01-25 13:07:05 +0100
commit3939d642549b13760e53686b516e48022f37eb10 (patch)
tree3b115fa8378b73b525618bcbd61651f7459616fa /body/holes.scad
parentd2df7e752e422bca585342162c40f6fc256b2103 (diff)
try another way for laser/m12 lense holders
Diffstat (limited to 'body/holes.scad')
-rw-r--r--body/holes.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/body/holes.scad b/body/holes.scad
index ce61604..f464570 100644
--- a/body/holes.scad
+++ b/body/holes.scad
@@ -138,8 +138,8 @@ module screw_hole(m, id, il, hd, hh, hs, wt = $scannerBodyWallThicknessMm)
fhh = hh + hhd;
echo("hh:", hh);
echo("fhh:", fhh);
- translate([0, 0, wt - fhh])
- cylinder($fn = dToFn(fhd), d = fhd, h = fhh);
+ translate([0, 0, wt - fhh - $tiny_padding])
+ cylinder($fn = dToFn(fhd), d = fhd, h = fhh + $tiny_padding * 2);
}
}
}