How to correct this complex PCB outline with cutouts

Hi all,

this is my first post here, nice web site / tooling btw! hope it’ll eat my screenshots (down below) which I need to even ask my question on which I am looking for help;)

I’ve got a problem with defining correct PCB outlines with cutouts using KiCad 7.

I’ve checked my PCB in an early stage using the Aisler online tools, and one issue I identified is that the outline manufacturing apparently uses both mill and drill (which is good/correct I guess?) - but still leaves small pieces of the PCB that should be gone:

The part is an audio jack, CUI Devices, SJ2-35954D-SMT-TR

The footprint of the part is the “official” one.

The Aisler PCB online check hasn’t anything to complain about (in this part), but I’m afraid the part wouldn’t fit.

Two more problems also related to cutouts can be seen in this screenshot from the Aisler online PCB check:

The top part contains a SMA jack:

Rosenberger, 32K242-40ML5

for which I could not find a footprint, so I’ve created one based on the datasheet, but obviously it has issues (the cutout) which would also prevent the part to fit.

Finally, the bottom part shows a tiny gap in the corner next to “SW1”, the mill diameter seems slightly larger than what I used when drawing the outline in KiCad. This wouldn’t be a blocker issue … I am just wondering why?

I am sorry if those are newbie questions, I am actually a SW developer only getting into PCBs and such, so please excuse, but any tip would be absolutely appreciated.

My own footprint has bugs … I can do more experiments/design to try figuring it out … but my first issue with the CUI audio jack, I am pretty lost on this, because it is the official footprint which I use, and the 3D rendering (including Step models of the part) look perfect - but not the Aisler 3D view.

Thanks a lot,
Cheers,

/Tobias

fwiw, I’ve found sth in the posts:

  1. it seems Aisler is using a 1.8mm mill bit for all designs, including “complex” rated ones (which mine is, because it has 4 layers)

so my minor issue with the small space in the “SW1” board corner: this should be fixed to use a 1.8mm arc?

  1. rgd my SMA connector issue … apparently, @holzi has created a footprint for the exact part I am using=) coincidence.

awesome!! I will dig into that. not sure if the Aisler mill dia change breaks that or if it still works though.


but even if so, my audio jack problem remains … the part vendor’s (CUI) footprint doesn’t work … I think … not sure, as said, I’m a newbie;)

Hello,
the current version of my footprint on GitHub will not be fabricated as expected due to the change of the outline milling Tool diameter by Aisler.

The necessary changes are, however minor. I have created an update already. A fabricated board with the updated version looks just fine.

I hope that I find the time to publish the Update in the next days.

For KiCAD 7 there is now a set of Design Rule exceptions for the footprint to have a Clean DRC

Regars
Tobias

1 Like

Thank you so much for the explanation! and for publishing a new footprint which works on current Aisler setting. awesome! guess you’ll have noticed, in the meantime, I’ve taken your test board from github and replaced the generic? 3d model of the part with the one (only now?) published by Rosenberger. filed a PR to your GH repo.

However, I’m really a newbie, struggled with wrapping it up so KiCad finds all and the right things (symbol/footprint/3d) etc …

Anyways, thanks again!