Does anybody know how to do this ? Just can not find it ...
Greetings Ronny
Does anybody know how to do this ? Just can not find it ...
Greetings Ronny
On 11.02.2013 14:31, ronny suy wrote:
Does anybody know how to do this ? Just can not find it ...
Greetings Ronny
--
To view any images and attachments in this post, visit:
http://www.element14.com/community/message/69387#69387/l/how-to-delete-devices-from-an-eagle-library
This can be done in the Library/Remove.... menu or with the REMOVE
command.
--
Mit freundlichen Gruessen / Best regards
Richard Hammerl
CadSoft Support -- hotline@cadsoft.de
FAQ: http://www.cadsoft.de/training/faq/
Do you really want to delete a device from within a library or do just want to remove a library from the "Add" list?
From the "Add" list: Use the Drop button.
Deleting a device from within a library:
Use a test editor to open the library. ( C:\Program Files\EAGLE-6.1.0\lbr ) - Preferably one that supports formatting.
Search for the device name and delete section as appropriate.
A library entry Consists of three items: Symbol, Package and Device.
If the item you want to delete is tolaly unique, you probably want to delete the Symbol and Package as well.
This allows you to produce "The Expurgated Version" (for those who know their Python).
ian
I have very similar question to original post. Library/Remove or REMOVE command works, but it is very inefficient. Is there a way to clear several items at once?
Here is the usage challenge: When creating a new library, and with a desire to import existing packages for parts into that new library, it seems like making a copy of an existing library (which contains many nice clean common packages), then renaming and deleting all the devices and symbols, but leaving the packages would be a simple path. However, I can not see any efficient way to delete devices or symbols.
Actually, just to generally comment, as much as I like using Eagle (currently using v6.6), the library management is a bit painful. It feels like a neglected portion of the platform, although it is probably easier than other platforms. It would be nice to have the option to globally manage packages and/or link them across multiple libraries. For example: I might have tweeked the SOIC-14N package in my Texas.lbr, and I want to have all chip libraries start using the same SOIC-14N package. Currently, the only method for doing this, that I know of, is to individually copy and paste all the existing layered bits of the packages into the other libraries. Of course this does work... but it is terribly inefficient. Perhaps I need to suggest a new library class, or "special" library, perhaps global_packages.lbr that has only packages, and then add the ability for other libraries' devices to link to those global_packages.lbr packages, while not changing the current ability for each library to have its own set of packages and symbols. Therefore any linked global packages would show up as a separate "variant" not replacing existing packages.
Thank you.
You can add some commands in series by typing a semi-colon between each command.
Exemple :
remove 74*51.dev;remove 74*54.dev
Hope this helps you.
You can edit the text file in notepad or vi and delete the sections you want to remove
Thank you Mark Mckee for adding an actual helpful answer to this Q. Im assuming you mean open the .lib to do this? Theres no easy formatting unfortunately. I cant believe theres no option to batch delete files within a library >_<