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 🙂
This was extremely helpful!!! Thank you!!
helpful commands, thanks 🙂