Re: [Kicad-developers] Translation building changes in master

2021-01-27 Thread Ian McInerney
Ok, I have updated the linux translation framework so that it will now gracefully handle errors in the file translation. If it detects an error when translating the metadata it will instead copy the raw metadata file over and throw a warning into the build log but let the build continue. -Ian On

[Kicad-developers] some property field names are translated in kicad_pcb file

2021-01-27 Thread Johann Wilhelm
Hi! I'm currently doing some parsing of PCB files and stumbled over this: *(footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu")* *...* *(property "Dateiname Blatt" "some path to some schematic file")* *(property "Schaltplanname" "")* *...* * )* I'm not sure if this is on

Re: [Kicad-developers] some property field names are translated in kicad_pcb file

2021-01-27 Thread Jeff Young
Hi Johann, That looks like a bug. Can you log it in GitLab? (Mostly so you can test it after I attempt to fix it.) Cheers, Jeff. > On 27 Jan 2021, at 10:45, Johann Wilhelm > wrote: > > Hi! > > I'm currently doing some parsing of PCB files and stumbled over this: > > (footprint