-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
43 lines (43 loc) · 1.33 KB
/
config.json
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
{
"ui_param": { },
"rule": {
"silkscreen":{
"Green":["White"],
"Red":["White"],
"Yellow":["White"],
"Blue":["White"],
"White":["Black"],
"Matte Black":["White"],
"Black":["White"]
},
"tg":{
"showNoTG":["1","2"],
"showTG":["4","6","8","10","12","14","16","18","20"],
"1":["None"],
"2":["None"],
"4":["TG130","TG150"],
"6":["TG150","TG170"],
"8":["TG150","TG170"],
"10":["TG170"],
"12":["TG170"],
"14":["TG170"],
"16":["TG170"],
"18":["TG170"],
"20":["TG170"]
},
"thickness":{
"default":[14, "1.6", "2.0"],
"1":["0.6","0.8","1.0","1.2","1.6"],
"2":["0.6","0.8","1.0","1.2","1.6"],
"4":["0.6","0.8","1.0","1.2","1.6","2.0","2.5"],
"6":["1.0","1.2","1.6","2.0","2.5"],
"8":["1.2","1.6","2.0","2.5"],
"10":["1.2","1.6","2.0","2.5"],
"12":["1.6","2.0","2.5"],
"14":["1.6","2.0","2.5","3.0"],
"16":["2.0","2.5","3.0"],
"18":["2.0","2.5","3.0","3.2"],
"20":["2.0","2.5","3.0","3.2"]
}
}
}