← Back to team overview

kicad-developers team mailing list archive

Boomerang with locale dependent entries in .kicad_pcb

 

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…
--
Best Regards,
LordBlick


Follow ups