Compare commits
3 commits
5a2935ea55
...
8ea8557a9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ea8557a9c | ||
|
|
698aa485ed | ||
|
|
ef39a8dd73 |
2 changed files with 1753 additions and 721 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -123,11 +123,11 @@
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"max_error": 0.005,
|
"max_error": 0.005,
|
||||||
"min_clearance": 0.0,
|
"min_clearance": 0.1,
|
||||||
"min_connection": 0.0,
|
"min_connection": 0.0,
|
||||||
"min_copper_edge_clearance": 0.2,
|
"min_copper_edge_clearance": 0.2,
|
||||||
"min_groove_width": 0.0,
|
"min_groove_width": 0.0,
|
||||||
"min_hole_clearance": 0.2,
|
"min_hole_clearance": 0.1,
|
||||||
"min_hole_to_hole": 0.25,
|
"min_hole_to_hole": 0.25,
|
||||||
"min_microvia_diameter": 0.2,
|
"min_microvia_diameter": 0.2,
|
||||||
"min_microvia_drill": 0.1,
|
"min_microvia_drill": 0.1,
|
||||||
|
|
@ -136,8 +136,8 @@
|
||||||
"min_text_height": 0.8,
|
"min_text_height": 0.8,
|
||||||
"min_text_thickness": 0.08,
|
"min_text_thickness": 0.08,
|
||||||
"min_through_hole_diameter": 0.3,
|
"min_through_hole_diameter": 0.3,
|
||||||
"min_track_width": 0.0,
|
"min_track_width": 0.1,
|
||||||
"min_via_annular_width": 0.1,
|
"min_via_annular_width": 0.05,
|
||||||
"min_via_diameter": 0.4,
|
"min_via_diameter": 0.4,
|
||||||
"solder_mask_to_copper_clearance": 0.0,
|
"solder_mask_to_copper_clearance": 0.0,
|
||||||
"use_height_for_length_calcs": true
|
"use_height_for_length_calcs": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue