From 631b44fd5cb515d117c35960c31a8652f43d0cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Slint=C3=A1k?= Date: Tue, 4 Nov 2025 15:23:25 +0100 Subject: [PATCH] Fixed RF net class. --- linht-hw.kicad_pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/linht-hw.kicad_pro b/linht-hw.kicad_pro index bd101f9..9ced35f 100644 --- a/linht-hw.kicad_pro +++ b/linht-hw.kicad_pro @@ -498,12 +498,12 @@ "via_drill": 0.3 }, { - "clearance": 0.1, + "clearance": 0.17, "name": "RF", "pcb_color": "rgba(0, 0, 0, 0.000)", "priority": 1, "schematic_color": "rgb(132, 0, 132)", - "track_width": 0.234, + "track_width": 0.2, "via_diameter": 0.6, "via_drill": 0.3 }, @@ -606,6 +606,10 @@ { "netclass": "Narrow", "pattern": "GND" + }, + { + "netclass": "Default", + "pattern": "" } ] },