use "pattern" instead of "sourcelibreference" for footprints
This commit is contained in:
parent
a9ca1e4ebd
commit
b33ec125ac
|
@ -274,6 +274,10 @@ ACOMPONENT6::ACOMPONENT6( ALTIUM_PARSER& aReader )
|
|||
sourcedesignator = ALTIUM_PARSER::PropertiesReadString( properties, "SOURCEDESIGNATOR", "" );
|
||||
sourcefootprintlibrary =
|
||||
ALTIUM_PARSER::PropertiesReadString( properties, "SOURCEFOOTPRINTLIBRARY", "" );
|
||||
|
||||
// Actual footprint is under "PATTERN"
|
||||
pattern = ALTIUM_PARSER::PropertiesReadString( properties, "PATTERN", "" );
|
||||
|
||||
sourcecomponentlibrary =
|
||||
ALTIUM_PARSER::PropertiesReadString( properties, "SOURCECOMPONENTLIBRARY", "" );
|
||||
sourcelibreference =
|
||||
|
|
Loading…
Reference in New Issue