Skip to content

Commit 5b499dc

Browse files
committed
Added gerber viewer project
1 parent 2f13126 commit 5b499dc

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

pcb/output/common-ibc.gvp

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
(gerbv-file-version! "2.0A")
2+
(define-layer! 12 (cons 'filename "common-ibc-B_Cu.gbr")
3+
(cons 'visible #t)
4+
(cons 'color #(65535 32639 29555))
5+
)
6+
(define-layer! 11 (cons 'filename "common-ibc-B_Mask.gbr")
7+
(cons 'inverted #t)
8+
(cons 'visible #t)
9+
(cons 'color #(0 30278 57568))
10+
)
11+
(define-layer! 10 (cons 'filename "common-ibc-B_Silkscreen.gbr")
12+
(cons 'visible #t)
13+
(cons 'color #(65535 65535 65535))
14+
)
15+
(define-layer! 9 (cons 'filename "common-ibc-B_Paste.gbr")
16+
(cons 'visible #t)
17+
(cons 'color #(30069 62194 26471))
18+
)
19+
(define-layer! 8 (cons 'filename "common-ibc-In2_Cu.gbr")
20+
(cons 'visible #f)
21+
(cons 'color #(53456 63993 52428))
22+
)
23+
(define-layer! 7 (cons 'filename "common-ibc-In1_Cu.gbr")
24+
(cons 'visible #f)
25+
(cons 'color #(60652 49858 62194))
26+
)
27+
(define-layer! 6 (cons 'filename "common-ibc-F_Cu.gbr")
28+
(cons 'visible #f)
29+
(cons 'color #(53713 6939 26728))
30+
)
31+
(define-layer! 5 (cons 'filename "common-ibc-F_Mask.gbr")
32+
(cons 'inverted #t)
33+
(cons 'visible #f)
34+
(cons 'color #(35823 40769 65535))
35+
)
36+
(define-layer! 4 (cons 'filename "common-ibc-F_Paste.gbr")
37+
(cons 'visible #f)
38+
(cons 'color #(38134 38134 38134))
39+
)
40+
(define-layer! 3 (cons 'filename "common-ibc-F_Fab.gbr")
41+
(cons 'visible #f)
42+
(cons 'color #(65535 50629 13107))
43+
)
44+
(define-layer! 2 (cons 'filename "common-ibc-F_Silkscreen.gbr")
45+
(cons 'visible #f)
46+
(cons 'color #(65021 53970 52942))
47+
)
48+
(define-layer! 1 (cons 'filename "common-ibc-Edge_Cuts.gbr")
49+
(cons 'visible #t)
50+
(cons 'color #(54741 65021 13107))
51+
)
52+
(define-layer! 0 (cons 'filename "common-ibc.drl")
53+
(cons 'visible #t)
54+
(cons 'color #(57986 61006 2801))
55+
(cons 'attribs (list
56+
(list 'autodetect 'Boolean 1)
57+
(list 'zero_suppression 'Enum 0)
58+
(list 'units 'Enum 1)
59+
(list 'digits 'Integer 4)
60+
))
61+
)
62+
(define-layer! -1 (cons 'filename "/ceph/fast/home/azonenberg/code/common-ibc/pcb/output")
63+
(cons 'color #(0 0 0))
64+
)
65+
(set-render-type! 3)

0 commit comments

Comments
 (0)