Can't get the spacing for mousebite holes right #725
-
Could you please clarify how to correctly determine the spacing for mousebite holes? I'm aiming to create 0.3 mm holes with 0.3 mm spacing between the edges of the holes, so I specified the cuts as follows:
However, when I measure the distance between the centers of the mousebite holes in the panel, I get 1.2 mm, and the spacing between the edges of the holes is 0.6 mm. The hole diameter is correct at 0.6 mm. I am using KiCad v8.0 on Windows with KiKit v1.6. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The spacing is slightly adjusted so:
See the full algorithm: Lines 1546 to 1557 in ec75c91 |
Beta Was this translation helpful? Give feedback.
The spacing is slightly adjusted so:
See the full algorithm:
KiKit/kikit/panelize.py
Lines 1546 to 1557 in ec75c91