diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2026-02-19 18:07:11 +0100 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2026-02-19 18:07:11 +0100 |
| commit | 3aab76fcfbdbcab5df5c2d3cbb32c6f1db52bd88 (patch) | |
| tree | 2e0488a7f6b0552144f11987064541c49d872003 /etsdr.kicad_pro | |
| parent | ee021f8cfe1761a2be9f7b633e4d6348a9ff4aa8 (diff) | |
rf prototyp
Diffstat (limited to 'etsdr.kicad_pro')
| -rw-r--r-- | etsdr.kicad_pro | 53 |
1 files changed, 48 insertions, 5 deletions
diff --git a/etsdr.kicad_pro b/etsdr.kicad_pro index 5c5c483..37cc6c3 100644 --- a/etsdr.kicad_pro +++ b/etsdr.kicad_pro @@ -51,7 +51,13 @@ "min_clearance": 0.5 } }, - "diff_pair_dimensions": [], + "diff_pair_dimensions": [ + { + "gap": 0.0, + "via_gap": 0.0, + "width": 0.0 + } + ], "drc_exclusions": [], "meta": { "version": 2 @@ -180,7 +186,12 @@ "td_width_to_size_filter_ratio": 0.9 } ], - "track_widths": [], + "track_widths": [ + 0.0, + 0.4, + 0.8, + 1.0 + ], "tuning_pattern_settings": { "diff_pair_defaults": { "corner_radius_percentage": 80, @@ -207,7 +218,16 @@ "spacing": 0.6 } }, - "via_dimensions": [], + "via_dimensions": [ + { + "diameter": 0.0, + "drill": 0.0 + }, + { + "diameter": 0.6, + "drill": 0.3 + } + ], "zones_allow_external_fillets": false }, "ipc2581": { @@ -440,6 +460,7 @@ "single_global_label": "ignore", "unannotated": "error", "unconnected_wire_endpoint": "warning", + "undefined_netclass": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", "wire_dangling": "error" @@ -472,6 +493,15 @@ "via_diameter": 0.6, "via_drill": 0.3, "wire_width": 6 + }, + { + "clearance": 0.2, + "name": "RF", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "priority": 0, + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 1.0, + "via_diameter": 2.0 } ], "meta": { @@ -479,7 +509,16 @@ }, "net_colors": null, "netclass_assignments": null, - "netclass_patterns": [] + "netclass_patterns": [ + { + "netclass": "RF", + "pattern": "*RF*" + }, + { + "netclass": "RF", + "pattern": "*filt_*" + } + ] }, "pcbnew": { "last_paths": { @@ -631,7 +670,7 @@ ], [ "454be6c1-4d0f-4a9e-a700-765845873ce8", - "IQ" + "IQ demod" ], [ "46f291f4-0752-4024-88c3-366ff2cf0f16", @@ -640,6 +679,10 @@ [ "7b25b0c7-9167-4ce3-944b-c196b17ca961", "Power" + ], + [ + "16498d09-1ee3-49c1-8780-4a476313376c", + "IQ mod" ] ], "text_variables": {} |
