Back about 2 to 3 years ago I made round PCBs. I have forgotten how I made them. Here is a picture of the PCB I made in the pass. How did I do this? I cannot believe I forgot.
Thanks in advance,
Joe
Back about 2 to 3 years ago I made round PCBs. I have forgotten how I made them. Here is a picture of the PCB I made in the pass. How did I do this? I cannot believe I forgot.
Thanks in advance,
Joe
Your image link did not work, I fixed it by removing a space in between the [image] and the (link:).
KiCad does not support real circles and arcs as zone boundaries, but your thermal reliefs suggest that you do nave real zones. That is a bit of a puzzle.
I tried it directly in Kicad and I couldn’t do it, I think the best thing is to use Inkscape and from there import the shape you need.
Meh, you’re giving up too quick.
I’ve got something working.
The simplest way would be to directly draw graphical objects on copper, and add some pads. But that’s not a nice project. KiCad V8 does have the ability to assign net names to graphical objects on a copper layer. But that is new in KiCad V8. You could not have used it in your old project.
For the above screenhot (and your project).
I put a random footprint in the project, just to have something solid to connect the nets to.
I’ll attach the file so you can look what’s inside it.
00aa_module.pretty.kicad_pcb.zip (21.8 KB)
A third option is to:
This does not give you an exact circle, but a pretty good approximation with line segments of a round zone. You can set the accuracy in: PCB Editor / File / Board Setup / Design Rules / Constraints / Arc/Circle approximated by segments: Maximum allowed deviation: …
You don’t need Inkscape for that. You get that result by just drawing graphical circles on a copper layer in KiCad. Now add the thermal reliefs, and the pads that extend beyond the inner circle of the zone. That is why I added the third option to draw it as graphical shapes last.
Thank to all, I believe I know what to do now.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.