← Back to team overview

kicad-developers team mailing list archive

kicad_pcb, kicad_mod format change for daily build?

 

Hi,
recently I have noticed that both kicad_pcb and kicad_mod seems to have changed their format.
It have been introduced double quotes for layers pads etc.
Is that necessary or intentional?

Here two related issues links:
footprint
https://github.com/easyw/kicadStepUpMod/issues/13#issuecomment-481160108
pcb
https://forum.kicad.info/t/bad-layer-data-error-when-exporting-step/16322/11

and a small diff example:

(layers
    (0 F.Cu signal)
    (31 B.Cu signal)

(layers
    (0 "F.Cu" signal)
    (31 "B.Cu" signal)

Thanks
Maurice


Follow ups