-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheagle.scr
132 lines (105 loc) · 4.06 KB
/
eagle.scr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Gadget Factory Configuration Script for EAGLE PCB - Derived from Sparkfun defaults
#
# Can be used with touch screen tablet using Win - Remote Control for Android
# https://play.google.com/store/apps/details?id=banamalon.remote.win.lite&hl=en
# This file can be used to configure the editor windows.
Assign F3 'Delete';
Assign AF10 'Grid inch 0.001 on; Grid alt inch 0.01;';
Assign F4 'Name';
Assign F5 'Value';
Assign F6 'Smash';
Assign F7 'Move';
Assign AF7 'Group';
Assign AF6 'Copy';
Assign CF7 'Cut';
Assign F10 'Grid inch 0.05 on; Grid alt inch 0.005;';
Assign CF10 'Grid mm 1 on; Grid alt mm 0.1;';
Assign AF10 'Grid mil 10 on; Grid alt mil 1;';
Grid inch 0.05 on;
Grid alt inch 0.005;
BRD:
#Menu Add Change Copy Delete Display Grid Group Move Name Quit Rect \
# Route Script Show Signal Split Text Value Via Window ';' Wire Write Edit;
#Get rid of the extra internal layers
#Layer -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15
#Setup GadgetFactory Defaults
Grid inch 0.05 on;
Grid alt inch 0.005;
Set WIRE_BEND 1; #Route with 45 degree angles
Set Drill 0.015; #Make vias 15 mils
Change Shape Round; #Make vias round
Change Width 0.01; #Routing width default to 10mil
Change Font Vector; #Make text on board in vector font
Change Ratio 15;
#changes background color of board to black
SET PALETTE BLACK;
#Layer colors
Set palette 16 0xFFFFFFFF; #Super white
Set palette 24 0xFFC0C0C0; #Grey - color used when text is selected (anti palette location 16)
Set color_layer 1 4; #Set top layer to dark red
Set color_layer 16 1; #Set bottom layer to dark blue
Set color_layer 17 2; #Set pads to green
Set color_layer 18 2; #Set vias to green
Set color_layer 19 6; #Set unrouted to dark yellow
Set color_layer 20 15; #Set dimension to light gray
Set color_layer 21 16; #Set tPlace to white
Set color_layer 25 16; #Set tNames to white
Set color_layer 130 16; #Set tSilk to white
Set color_layer 22 14; #Set bPlace to yellow
Set color_layer 23 15; #Set tOrigins to light gray
Set color_layer 24 15; #Set bOrigins to light gray
Set color_layer 45 7; #Set Holes to dark gray
Set color_layer 51 6; #Set tDocu to mellow yellow
#display none; display 1 16 17 18 19 20 21 22 23 24 45 51; display -25 -26 -27 -28;
display none; display 1 16 17 18 19 20 21 22 23 24 25 45 51 130; display -26 -27 -28;
#Assign shortcuts
Assign F8 ratsnest;
Assign AF8 drc;
Assign CF8 'ri @;';
Assign F9 'Route';
Assign AF9 'Ripup';
#Original
#Assign F11 'display none; display 1 16 17 18 19 20 21 22 23 24 45 49 51; display -25 -26 -27 -28;';
#Assign AF11 'display none; display 17 20 21 23 27 31 45 51; display -25 -26 -28;';
#Default View
Assign F11 'display none; display 1 16 17 18 19 20 21 22 23 24 25 45 51 130; display -26 -27 -28;';
#Silkscreen View - Top
Assign AF11 'display none; display 17 18 19 20 21 23 25 31 45 51 130; display -26 -28;';
#Silkscreen View - Bottom
Assign CF11 'display none; display 17 18 19 20 22 24 26 32 45 52 200;';
Assign F12 'show';
Assign AF12 'info';
Assign F10 'Grid inch 0.05 on; Grid alt inch 0.005;';
Assign CF10 'Grid mm 1 on; Grid alt mm 0.1;';
Assign AF10 'Grid mil 10 on; Grid alt mil 1;';
SCH:
Assign F9 'Net';
Assign AF9 'Label';
Assign F12 'show';
Assign AF12 'info';
Grid Default;
Change Width 0.008;
#Menu Add Bus Change Copy Delete Display Gateswap Grid Group Invoke Junction \
# Label Move Name Net Pinswap Quit Script Show Split Value Window ';' \
# Wire Write Edit;
LBR:
#Menu Close Export Open Script Write ';' Edit;
Assign F10 'Grid inch 0.05 on; Grid alt inch 0.005;';
Assign AF10 'Grid mm 1 on; Grid alt mm 0.1;';
Grid mm 1 on;
Grid alt mm 0.1;
DEV:
Grid Default;
#Menu Add Change Copy Connect Delete Display Export Grid Move Name Package \
# Prefix Quit Script Show Value Window ';' Write Edit;
SYM:
Grid Default On;
Change Width 0.010;
#Menu Arc Change Copy Cut Delete Display Export Grid Group Move Name Paste \
# Pin Quit Script Show Split Text Value Window ';' Wire Write Edit;
PAC:
Grid Default On;
Change Width 0.005;
Change Size 0.050;
#Menu Add Change Copy Delete Display Grid Group Move Name Pad Quit \
# Script Show Smd Split Text Window ';' Wire Write Edit;