Can't get the spacing for mousebite holes right #725
Answered
by
yaqwsx
armands256
asked this question in
Q&A
|
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. |
Answered by
yaqwsx
Aug 15, 2024
Replies: 1 comment 1 reply
|
The spacing is slightly adjusted so:
See the full algorithm: Lines 1546 to 1557 in ec75c91 |
1 reply
Answer selected by
armands256
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The spacing is slightly adjusted so:
See the full algorithm:
KiKit/kikit/panelize.py
Lines 1546 to 1557 in ec75c91