1
0
Fork 0
This repository has been archived on 2019-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arduinisten/eagle-5.7.0/scr/delete-signals.scr

16 lines
385 B
Text
Raw Normal View History

2010-03-30 20:14:34 +02:00
# Delete all signals in the layout
#
# This script is written for EAGLE 5 and removes all traces and airwires in the layout.
# This script replaces the former DELETE SIGNALS command.
DISPLAY = _current_layers_ @;
DISPLAY ALL;
RIPUP;
DISPLAY NONE 19;
GRID INCH;
GROUP (-32 -32) (-32 32) (32 32) (32 -32);
DELETE (>0 0);
GRID LAST;
DISPLAY _current_layers_;
DISPLAY = _current_layers_;