SMASH / UNSMASH all parts or a grouped parts in Cadsoft EAGLE

At times you require to SMASH or UNSMASH a number of components at a time either for rearranging the names or re size their text. Sometime you might need to UNSMASH them. This is important for making the sikscreens legible and look nice.

Although this is possible through the use of ULPs , here is how it can be implemented by command line of eagle.

For smashing  all parts/components , use the following command

GROUP ALL; SMASH (>0 0);

For unsmashing  all parts/components , use the following command

GROUP ALL; SMASH (S> 0 0);

For smashing  already grouped parts/components , use the following command

SMASH (>0 0);

For unsmashing  already grouped parts/components , use the following command

SMASH (S> 0 0);

Cheers 🙂

 
Dost Muhammad Shah

Dost Muhammad Shah

Dost Muhammad specializing in Embedded Design, Firmware development, PCB designing , testing and prototyping. He enjoys sharing his experience with others .Get in touch with Dost on Twitter or via Contact form

 

2 thoughts on “SMASH / UNSMASH all parts or a grouped parts in Cadsoft EAGLE

Leave a Reply to prasanproCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.