[Fixed][KiCad 5] No footprint properties are available
This commit is contained in:
parent
df4d45dd06
commit
a142a76585
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue