diff options
Diffstat (limited to 'body/holes.scad')
| -rw-r--r-- | body/holes.scad | 4 |
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); } } } |
