Kikit Panel issue on edge cut and mousebits


This is my panelised view using kikit. It is a 2x5 panel.

When it is zoomed, you can see a space between the PCB and tabs as shown in the below images. How can we solve this issue?


And also you can see that in the mousebits for the last tab vertically there is only 4 bits rest all have 5 bits

{
“layout”: {
“hspace”: “2mm”,
“vspace”: “2mm”,
“rows”: “5”,
“cols”: “2”
},
“tabs”: {
“type”: “fixed”,
“vcount”: “2”,
“hcount”: “2”
},
“cuts”: {
“type”: “mousebites”,
“spacing”: “1mm”,
“offset”: “0.2mm”,
“prolong”: “0.5mm”
},
“framing”: {
“type”: “railstb”
},
“fiducials”: {
“type”: “3fid”,
“hoffset”: “1mm”,
“voffset”: “1mm”
}
}
The above mentioned is the Configuration for the panel
Please support me with a solution

Unless there is someone here who is a very knowledgeable user of KiKit (it’s a Plugin not part of KiCad) then your best option is the Author’s GitHub pages . . .

It could be the offset value you are using in cuts

@yaqwsx is a member here.

Yes i understand. Thank you

Profile - yaqwsx - KiCad.info Forums can you please support me.

I had the same issue recently. For me it was because of their recent change, that you can no longer paste the panelized board in the file you currently have open. Well you still can, but it crashes at some point, when it is around 99% finished. Then it looked like this. Creating a new PCB file and selecting this new file as target, resolved that issue for me