I am a newbie and trying to modify an existing design I found on GitHub. I have a question about creating zones with pads included. I would like to create a zone that includes the cathode of D1, the left side of L2, and two upper left pins on the AL8843 chip. I want to exclude R1 and C3 from the zone (see attached photo). I have tried using the Zone tool, but need help.
Thanks
The zone tool just draws the outlines (and specifies a net). The schematic needs to say that those pads are connected to the same net and then the zone will automatically connect to them.
With L2_2 zone I suppose that you have so big “Thermal relief gap” that it is possible that zone can’t be connected to the only pin it is around. Not connected zones are deleted.
About the other zones - if you press ‘B’ before doing any changes to the project (I understand it is not your project) do zones are filled good or also disappear?
Edit.
My idea about L2_2 is probably wrong - it should be possible to connect at least along the track from L2.
I tried creating a zone on top of the GND zone. The new zone was assigned priority “1” and I expected to see it on top of the GND zone. I pressed "B’ to fill all zones, and then all of the other existing zones and some traces were changed to the outline mode. Also, the zone tools on the left side of the screen stopped working. My only recourse was to undo the new zone in order to get back to my start screen. I think the original design was done in version 5.x and I am using version 6.09. Could it be that this version of KiCad has a bug?
I bet this is a typo. But you could clarify: v6.0.2 (current stable version) or v6.99 (development version)?
Could it be that this version of KiCad has a bug?
No one can exclude the possibility of a bug. But given that you are starting with kicad my first guess would be user failure", than “bug in v6.99” , than “bug in v6.0.2.”
It could be helpful if you upload the project archive zip-file (Kicad-manager → File–>Archive Project) into this thread.
The uploaded project helped. Without this we would search for months for the “zone filling disappears” symptom.
Result:
No bug regarding zones. But a user error from you or the original pcb-designer. There are 2 board-outline-graphics on the edge.cuts layer. The inner edge.cuts-lines are forming a cutout, so there is essentially no board at all. Try to view the board in 3D (hotkey ALT+3) and I think you will recognize the problem.
solution:
activate the edge.cuts layer at the layer-panel
change display-mode to dimmed - now you should see the outer rectangle and the inner rectangle (only lines).
delete one of them
Now recalculate the zone-fills (“B”), be sure to have zone-display on (see answers above), look at the zones, scream “halleluja” and perform an dance around the computer.
Now add again your zone to L2_2. Don’t forget the priority and the solid-setting.
Thanks- I will try your suggestions, and yes I did try to change the board outline, so it is probably related to that. Also I forgot to mention that the 3D view was not showing correctly (probably after I edited the outline). I saved the original down load from GitHub and the 3D and everything else I checked seemed to be OK.
Deleted the inner outline and 3D works now again and the existing layers are back. Can’t dance around the computer because it is on a desk which is in the corner of the room… Thanks again!