[Fixed][KiCad 5] No footprint properties are available

This commit is contained in:
Salvador E. Tropea 2023-11-16 13:05:57 -03:00
parent df4d45dd06
commit a142a76585
1 changed files with 8 additions and 7 deletions

View File

@ -308,6 +308,7 @@ def create_component_from_footprint(m, ref):
f.number = 3
c.add_field(f)
# Other fields
if GS.ki6:
for name, val in m.GetProperties().items():
f = SchematicField()
f.name = name