how to select a different library for a part

how to select a different library for a part

prive7D4V7
Explorer Explorer
275 Views
2 Replies
Message 1 of 3

how to select a different library for a part

prive7D4V7
Explorer
Explorer

I imported Eagle sch and pcb. I also imported eagle libs. because they do not have 3d footprint, i created a new library.

Now in the sch the part is in library 'my old library'

But i like to point to the new library.  It seems like a simple task but i have no clue.

or must i redraw everything using the new lib? 

0 Likes
Accepted solutions (1)
276 Views
2 Replies
Replies (2)
Message 2 of 3

tedEUQZT
Enthusiast
Enthusiast
Accepted solution

tldr quick resolution - in the schematic right click the part and select "Replace"

tedEUQZT_0-1651187144201.png

NOTE: You should probably go into Library Manager and disable the old library (if it's present on your system) so that the list of replacement parts will point to the correct library - this becomes an issue for those of us with really complex historical designs that started on Eagle Desktop, used library.io and then have migrated to the official Fusion Team Library method - if you are like me you'll want to make sure to look carefully during part replacement to be sure you are pulling the 'new' version of the part from the correct source.

 

 

-- note about the underlying mechanics --

 

Fusion uses a sandboxed copy of EagleCAD under the hood, so the data model (at least for now) still looks like the good old days - once you place a part into a schematic the Eagle SCH file that does exist (but is carefully hidden on your filesystem as a temporary file) contains a full copy of the data that was in the source Library and a URI of some sort connecting to the source - that URI is used when you select "Update Design From Library" to synchronize changes in the Library source to your SCH/BRD file in the active editor. Because of this legacy data model, its possible to have parts in a schematic for which the original library is no longer accessible, or is significantly different (symbol, footprint, attributes, etc.) so WATCH OUT FOR DRAGONS...

0 Likes
Message 3 of 3

prive7D4V7
Explorer
Explorer

ha, great. that solved it. initially i had some problems to get that menu. i got no pop up menu. but i see what i did : i selected with left. i could replace using the new lib. so while not ideal, it solves a problem for me to get 3d step files into fusion. thanks for taking the time to help me.

0 Likes