1mm trace width

This commit is contained in:
0zark 2023-12-10 20:47:27 +01:00
parent 1573dfaf12
commit c873625935
16 changed files with 98249 additions and 8175 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 44, "active_layer": 0,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": true, "auto_track_width": true,
"hidden_netclasses": [], "hidden_netclasses": [],
@ -65,7 +65,7 @@
39, 39,
40 40
], ],
"visible_layers": "00010b0_80000000", "visible_layers": "00010b0_80000001",
"zone_display_mode": 0 "zone_display_mode": 0
}, },
"meta": { "meta": {

View File

@ -111,7 +111,7 @@
}, },
"rules": { "rules": {
"max_error": 0.005, "max_error": 0.005,
"min_clearance": 0.09999999999999999, "min_clearance": 0.049999999999999996,
"min_connection": 0.09999999999999999, "min_connection": 0.09999999999999999,
"min_copper_edge_clearance": 0.19999999999999998, "min_copper_edge_clearance": 0.19999999999999998,
"min_hole_clearance": 0.25, "min_hole_clearance": 0.25,
@ -123,8 +123,8 @@
"min_text_height": 0.7999999999999999, "min_text_height": 0.7999999999999999,
"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.09999999999999999, "min_track_width": 0.15,
"min_via_annular_width": 0.09999999999999999, "min_via_annular_width": 0.15,
"min_via_diameter": 0.5, "min_via_diameter": 0.5,
"solder_mask_clearance": 0.0, "solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0, "solder_mask_min_width": 0.0,
@ -147,17 +147,17 @@
"td_curve_segcount": 5, "td_curve_segcount": 5,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.9, "td_length_ratio": 0.9,
"td_maxheight": 2.0, "td_maxheight": 3.0,
"td_maxlen": 3.0, "td_maxlen": 3.0,
"td_target_name": "td_round_shape", "td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 1.0
}, },
{ {
"td_curve_segcount": 0, "td_curve_segcount": 5,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.9,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 2.0,
"td_target_name": "td_rect_shape", "td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
@ -172,7 +172,8 @@
} }
], ],
"track_widths": [ "track_widths": [
0.0 0.0,
1.0
], ],
"via_dimensions": [ "via_dimensions": [
{ {
@ -412,7 +413,7 @@
"classes": [ "classes": [
{ {
"bus_width": 12, "bus_width": 12,
"clearance": 0.2, "clearance": 0.1,
"diff_pair_gap": 0.25, "diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25, "diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2, "diff_pair_width": 0.2,
@ -422,7 +423,24 @@
"name": "Default", "name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)", "pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25, "track_width": 1.0,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "default old",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.1,
"via_diameter": 0.8, "via_diameter": 0.8,
"via_drill": 0.4, "via_drill": 0.4,
"wire_width": 6 "wire_width": 6

File diff suppressed because it is too large Load Diff