euro.scr

来自「老外的PCB设计软件,是免费的.可以上网更新.」· SCR 代码 · 共 25 行

SCR
25
字号
# 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;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?