protoboard: reduce hole keepout margins
This commit is contained in:
parent
224a666219
commit
6de138bf7c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class ProtoBoard(Board):
|
|||
|
||||
if mounting_hole_dia:
|
||||
mounting_hole_offset = mounting_hole_offset or mounting_hole_dia*2
|
||||
ko = mounting_hole_offset*2
|
||||
ko = mounting_hole_offset + mounting_hole_dia*(0.5 + 0.25)
|
||||
|
||||
stack = MechanicalHoleStack(mounting_hole_dia, unit=unit)
|
||||
self.add(Pad(mounting_hole_offset, mounting_hole_offset, pad_stack=stack, unit=unit))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue