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/euro.scr

25 lines
471 B
Text
Raw Normal View History

2010-03-30 20:14:34 +02:00
# Euro Format Board
#
# Draws the dimension lines of a euro format board (100mm x 160mm).
Grid mm 1 off;
Set Wire_Bend 0;
Layer Dimension;
Wire 0 (0 0) (160 100) (0 0);
Layer Top;
wire 2 (20 -1) (-1 20);
wire (140 -1) (161 20);
wire (20 101) (-1 80);
Set Wire_Bend 4;
wire (161 80) (140 101);
Layer Bottom;
Set Wire_Bend 0;
wire 2 (20 -1) (-1 20);
wire (140 -1) (161 20);
wire (20 101) (-1 80);
Set Wire_Bend 4;
wire (161 80) (140 101);
Grid Last;
Window Fit;