Commit bba21fbf authored by Scott Sun's avatar Scott Sun

s

parent d7a99b52
...@@ -86,6 +86,26 @@ ...@@ -86,6 +86,26 @@
"signed_coords": "no", "signed_coords": "no",
"text_line_width": 0.0024 "text_line_width": 0.0024
}, },
"Gerber274x_5": {
"nf1": 2,
"nf2": 3,
"units": "mm",
"zeroes": "leading",
"decimal": "no",
"nf_comp": 0,
"break_sr": "yes",
"data_type": "ascii",
"separator": "*",
"threshold": 200,
"drill_only": "no",
"multiplier": 1,
"resolution": 3,
"tool_units": "mm",
"coordinates": "absolute",
"merge_by_rule": "no",
"signed_coords": "no",
"text_line_width": 0.0024
},
"Excellon1_1":{ "Excellon1_1":{
"nf1": 3, "nf1": 3,
"nf2": 0, "nf2": 0,
...@@ -246,6 +266,26 @@ ...@@ -246,6 +266,26 @@
"signed_coords": "no", "signed_coords": "no",
"text_line_width": 0.0024 "text_line_width": 0.0024
}, },
"Excellon2_8": {
"nf1": 2,
"nf2": 5,
"units": "inch",
"zeroes": "none",
"decimal": "no",
"nf_comp": 0,
"break_sr": "yes",
"data_type": "ascii",
"separator": "nl",
"threshold": 200,
"drill_only": "no",
"multiplier": 1,
"resolution": 3,
"tool_units": "inch",
"coordinates": "absolute",
"merge_by_rule": "no",
"signed_coords": "no",
"text_line_width": 0.0024
},
"IPC356_1": { "IPC356_1": {
"nf1": 2, "nf1": 2,
"nf2": 4, "nf2": 4,
...@@ -935,7 +975,7 @@ ...@@ -935,7 +975,7 @@
return /.+\.art$/ig.test(file.name) return /.+\.art$/ig.test(file.name)
}, },
"type": "Gerber274x", "type": "Gerber274x",
"format": "Gerber274x_3" "format": "Gerber274x_5"
}, },
{ {
"valid": function(props){ "valid": function(props){
...@@ -943,7 +983,7 @@ ...@@ -943,7 +983,7 @@
return /.+\.drl$/ig.test(file.name) return /.+\.drl$/ig.test(file.name)
}, },
"type": "Excellon2", "type": "Excellon2",
"format": "Excellon2_4" "format": "Excellon2_8"
} }
], ],
"tl_name": [ "tl_name": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment