Registration holes #292
-
I use this technique to align the stencil to my panel. I put holes in the rails that are 2.5mm diameter and include the paste layer (so come out in the stencil). The alignment jig is a panel drilled at 10mms centres. Is there an easy way to generate the holes in the frame a fixed distance apart - eg 40mm between centres rather than a distance from the edge of the panel? https://forum.kicad.info/t/putting-two-different-pcbs-in-one-pcg/17614/36 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Just write a post-processing script; you probably want to call |
Beta Was this translation helpful? Give feedback.
-
I want to use kikit to add left/right rails with fiducials to a board. When I use the shell script below I get slots next to the v-cut line. Is this normal in order to meet some manufacturing requirement? (see attached pic) I would think the rails would break off more cleanly if there weren't these slots. In other words, there would be more surface area for the force to be applied. Is there a way to remove the slots with some option on the command line? Script: kikit panelize |
Beta Was this translation helpful? Give feedback.
Just write a post-processing script; you probably want to call
panel.addNPTHole
. Good starting point: https://github.com/yaqwsx/KiKit/blob/master/doc/examples.md#i-would-like-but-kikit-does-not-support-it