Eagle 7.7.0
It's clear how one can lock the position of components from the command
line:
Lock LED1 LED2 LED3;
But what is not clear is to how to unlock it. Thus far, I have tried:
Lock -LED1 # Unkown element: -
Lock S LED1 # Unknown element: S
Lock (S) LED1 # Invalid point: (S) LED1
Lock (S LED1) # Invalid point: (S LED1)
What I'd like to see is:
Unlock LED1 LED2 LED3;
Ideas? Suggestions?
Thanks for the help.
- Chuck