How to create v-cuts on the vertical and routed slots on the horizontal and frame #582
tanksparks
started this conversation in
General
Replies: 3 comments
|
I have a hard time imagining what is the desired output. Could you attach a drawing that would explain what you get and what would you like to get? |
0 replies
|
The problem you probably perceive is that you use full tabs. The full tabs create tabs from all four sides. Instead, I suggest using fixed tabs and specify the width the same as your PCB: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
How to create v-cuts on the vertical and routed slots on the horizontal plus a frame.
Is it possible?
kikit panelize ^
--layout "grid; rows: 10; cols:4; vspace: 2mm" ^
--source "auto; tolerance: 10mm" ^
--tabs full ^
--cuts "vcuts; clearance: 0.5mm; layer: Edge.Cuts" ^
--framing "frame; width: 10mm; hspace: 0mm; vspace: 10mm; cuts: v" ^
--fiducials "3fid; hoffest: 15mm; voffest: 8mm; opening:2mm" ^
--text "simple; hoffest: -15mm; voffest: -4mm; width: 2mm; height: 2mm; thickness: 0.4mm; hjustify:right; vjustify: right;text: TEST1 ->;anchor: br" ^
test.kicad_pcb panel/panela.kicad_pcb
This almost works, but I end up with two vcuts inbetween two rows.
All reactions