kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #16425
Re: Boomerang with locale dependent entries in .kicad_pcb
Le 16/01/2015 03:19, LordBlick a écrit :
> In response to a message written on 16.01.2015, 01:38, from LordBlick:
>> I just discovered that for some reason Pcbnew does not display
>> complete zones in
>> just designed project.
>> Looking into project file:
>> (layers
>> -> (0 Gorna jumper)
>> -> (31 Dolna signal)
>> (32 B.Adhes user)
>> (33 F.Adhes user)
>> (34 B.Paste user)
>> (35 F.Paste user)
>> (36 B.SilkS user)
>> (37 F.SilkS user)
>> (38 B.Mask user)
>> (39 F.Mask user)
>> (40 Dwgs.User user)
>> (41 Cmts.User user)
>> (44 Edge.Cuts user)
>> )
>> And then in pycrust:
>> >>> pcbnew.BOARD_GetStandardLayerName(0)
>> u'F.Cu'
>> >>> pcbnew.BOARD_GetStandardLayerName(31)
>> u'B.Cu'
>> What can I do with this mess in file ?
>> Same name are in Areas/Zone, which is IMHO incorrectly. translations
>> are good in
>> user interface, not in project files…
> Never mind, just test attachment.
> BTW. I've found, that in GAL mode additional intermediate points between
> area and subareas are displayed, which seems to be incorrect. See
> attached image.
The pcb file has no issue, no mess.
The Layers section is perfectly valid
Copper layers can be renamed by the user.
Your board is broken:
Some zones are connected to nothing.
For instance, the main zone has a net name = /GND, and many pads have a
net name = GND which is not the same net.
--
Jean-Pierre CHARRAS
Follow ups
References