switch from global net labels to local

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-09-26 23:02:26 +02:00
parent f0e8ea5aaa
commit dc66484f5e
4 changed files with 3226 additions and 2839 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +1,12 @@
{ {
"board": { "board": {
"active_layer": 7, "active_layer": 2,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": false, "auto_track_width": false,
"hidden_netclasses": [], "hidden_netclasses": [],
"hidden_nets": [ "hidden_nets": [
"GND", "GND",
"BACK" "/RIGHT"
], ],
"high_contrast_mode": 0, "high_contrast_mode": 0,
"net_color_mode": 1, "net_color_mode": 1,
@@ -113,7 +113,9 @@
"sort_ascending": true, "sort_ascending": true,
"sorting_column": 0 "sorting_column": 0
}, },
"open_jobsets": [], "open_jobsets": [
"wiki.kicad_jobset"
],
"project": { "project": {
"files": [] "files": []
}, },

View File

@@ -37,9 +37,9 @@
"other_text_thickness": 0.15, "other_text_thickness": 0.15,
"other_text_upright": false, "other_text_upright": false,
"pads": { "pads": {
"drill": 0.762, "drill": 1.0,
"height": 1.524, "height": 1.7,
"width": 1.524 "width": 1.7
}, },
"silk_line_width": 0.1, "silk_line_width": 0.1,
"silk_text_italic": false, "silk_text_italic": false,

File diff suppressed because it is too large Load Diff