Electronics > KiCad
Changing Footprints in PCB Editor: Easy or Difficult?
EPAIII:
I am an old hand at making PCBs, going back to the days of pasting donut holes and connecting them with narrow, black adhesive tape and working on a plastic sheet with grid lines. And I have used other PCB programs. I am now turning to KiCAD because it is free and likely to remain so and because it seems to be more than capable enough to handle any boards I am likely to be designing soon. I am tired of learning how to use a program only to find later that they want a large payment or I can't get the files until I make at least one purchase at greatly inflated prices.
I tried the KiCADinfo forum with a couple of newbie questions and got non-responsive answers. It seemed that they did not even read the questions beyond one or two words and then just went into their favorite rants. So I looked more closely at the forums here on EEVblog and was surprised to find a KiCAD forum hiding under the cover of the general CAD category. So, here I am, with my next question.
I need a very simple PCB that will have only three parts, each repeated five times. I don't even plan to have any in/out connectors. I guess two or four mounting holes. Seems like an easy starting place in a new CAD program. I have started with the schematic editor and I was able to find my IC in the component library. It is a somewhat unique one and I had no problems identifying the version that I have so I think when I start with the board layout I will already have the correct outline selected. At least I hope so.
But now I need two SMD style capacitors and unfortunately they are not so unique. I have a schematic symbol, but am not so sure about the footprint. And YES, I have them at hand and have measured them as well as printed the data sheets so I do have the correct dimensions. But none of the footprints that are in the default KiCAD library (I think it's a default library) seem to be an exact match. So, now my question is what should I do at this point (while drawing the schematic).
Should I just not choose any footprint? I don't know if that is even possible. The Schematic Editor may force me to choose one.
Should I choose one that is close and hope it works out? This could be a problem later.
Or should I stop working on the schematic and use the Footprint Editor to create a matching footprint?
In the background of my mind is the question of how difficult it would be, in KiCAD, to change to a different footprint while working on the PCB outline. If that would be difficult, then I should ensure that I have a good one now. But if that is an easy change, then I can just choose the first or second option above and not worry.
Any help or thoughts would be appreciated.
ataradov:
You can not have a footprint or have a stub footprint. It does not matter up to the point where you want to export your modifications to the PCB editor. And you can change it later if you want. There is a seamless propagation of changes between the schematic and PCB editor at any time.
What way to go depends on your personal preference. I personally never go without assigning a footprint at the time component is placed. I'm already focused on that part of the schematic, might as well do it as much as possible. And if needed, I do switch over and create a footprint. But also, in most cases you can find a close enough footprint in the library, especially for 2 pin component like a capacitor.
Whether something works out or not depends on what you want to do with the PCB. With manual assembly the tolerance is pretty high, so there is something close enough for sure. With automated assembly you need to be a bit more careful.
EPAIII:
Wow, fast answer. And, unlike that KiCADinfo forum, TO THE POINT. Thanks!
I guess I will pick one that looks close and see how it works out. Well, two since the two capacitors are different sizes.
Thanks again!
Doctorandus_P:
Welcome to the Open Source side of PCB design. Indeed KiCad is and always will be free to use.
--- Quote from: EPAIII on January 26, 2023, 12:25:47 am ---Should I just not choose any footprint? I don't know if that is even possible. The Schematic Editor may force me to choose one.
--- End quote ---
KiCad does not do that. By default capacitors do not have a footprint associated with them at all and you have to assign a footprint yourself. You can also always change footprints later if you don't like them. I wonder why you can't find your capacitor footprint. There already are quite a lot of them in KiCad's libraries. I do consider the ability to create my own footprints an essential skill, and it's not difficult in KiCad. The user interface is quite similar to the PCB editor. Lots of new users seem apprehensive of creating their own footprints and I do not really understand why. I guess they expect "all footprints to already exist" or something similar. For starters, it's easier to modify an existing footprint then to create a new one. The simplest way is to:
1. Assign footprints in the schematic.
2. Update the PCB with the schematic info (netlist and footprints).
3. Hover the mouse over a footprint and press [Ctrl + e] to load it directly into the footprint editor.
4. When you are finished editing, just close the footprint editor, it will ask you if you want to update the footprint on the PCB with the modified version.
A bit more elaborate (and safer) method is to:
1. Create a project specific library.
2. Copy a footprint into it and modify it.
3. Make sure the schematic has a footprint link to your project specific library.
If you have your custom capacitor footprint in a project specific library, then it's easier to update multiple instances of it on the PCB if you want to change it.
KiCad is quite flexible in matching footprints with schematic symbols, and links can be updated or changed to different footprints quite easily.
Have you seen:
https://docs.kicad.org/6.0/en/getting_started_in_kicad/getting_started_in_kicad.html
Chapter 4 is about creating custom footprints.
golden_labels:
Also remember that KiCad doesn’t care, if footprints make sense for a given part. You do not need to use a footprint designed for a capacitor.
In the “Assign Footprints” dialog, in the toolbar there is a “Footprints Filters” section. You can follow the filters defined for the part (the first button), but you may as well disable this filter and filter by pin count, a library, or any combination of these. If there is a resistor footprint, which matches your needs, it is perfectly fine to use it.
Just be careful with parts, where pins are not interchangeable.
Navigation
[0] Message Index
[#] Next page
Go to full version