How to generate a PCB even though ERC doesn't pass?

Dear KiCAD community,

I want to generate a super simple design, basically I want two soldier holes on a PCB that are separated by 8 mm exactly vertically, then two mounting holes to the left and right of the soldier. See attached picture for details. I want to directly generate a PCB using this schematic, because I read online that the PCB should still be generated even though there’s error in the schematic. It seems like the PCB editor is not allowing me to generate the 3D PCB? And it’s forever stuck at the “Update PCB from schematic”…It should be a very simple schematic, I’m very very new to kiCAD and there’s no one around me doing KiCAD, I’d truly appreciate some help here. Thanks in advance.

Probably you haven’t assigned any footprints to the symbols.

Yea there’s not supposed to be any connections between four components. Is it possible to create a schematic with no connections? Thank you a lot

Looks you are not familiar with the term footprint, which indicates that you haven’t read the documentation. Start here: https://docs.kicad.org/

  1. ERC is a separate thing. ERC violations do not prevent you in any way from creating or updating the PCB.
  2. Your ERC violations are also easy to fix. For the Pin not connected, place No Connect flags, to indicate to KiCad that you really do not want to connect anything to that pin, and it’s not just a forgotten pin.
  3. The Symbol pin or or wire end off grid is a nasty one. The grid in the schematic editor is an important thing. To make it easy on yourself, just set the grid to 50mil, then select everything (Zoom out and drag a box around everything, then right click and select Align Elements to Grid from the context menu. The reasons for using a 50mil grid have been mentioned on this forum many times.
  4. Schematic Editor / Tools / Update PCB from Schematic has it’s own dialog, and it shows you a list of errors and warnings. A missing footprint as retiredfeline already mentioned is the most likely problem.

And also, don’t rush it. Read some tutorials and manuals. KiCad is not difficult to use, but there are a lot of functions in it, and it will take some time and effort to be able to use it effectively.

1 Like

Yes, but it is not possible to create a PCB with no components . . . what footprints have you assigned to your schematic symbols ? (the footprints are what goes on the PCB)

image

No matter how simple the design the best practice is to create a schematic for it. Then in the schematic editor assign footprints to the components.

Once completed press F8 (update PCB from schematic). PCB editor will open and populate with footprints. You then position all the footprints and lay out the traces, set size of PCB etc.

After adding footprints for the mounting holes and resistor . . . and a PCB outline (on Edge Cuts)

PCB editor view . . .

2 Likes

That’s a cute axial LDR. :wink:

1 Like

That’s close enough to what the OP specified . . . . :wink:

1 Like

Hi @retiredfeline

You can’t expect @RaptorUK to complete the entire project for @ZJD :rofl:

2 Likes

He’s a good engineer, follows the specs. :+1:

2 Likes

Just be careful about offering too much praise. We don’t want him to require buying a new, larger, cap to fit his head. :wink:

1 Like

We can afford to double his pay here. :rofl:

All done! I got everything I needed in the final file! Thanks so much for your help! @retiredfeline @jmk @RaptorUK @gmc

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.