Fix missing routing from Key col 2 to connector
Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
parent
991e9afc10
commit
92caffab10
4 changed files with 738 additions and 640 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"board": {
|
||||
"active_layer": 37,
|
||||
"active_layer_preset": "",
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "All Layers",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
"net_color_mode": 2,
|
||||
"opacity": {
|
||||
"images": 0.6,
|
||||
"pads": 1.0,
|
||||
|
@ -57,6 +57,7 @@
|
|||
29,
|
||||
30,
|
||||
32,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
|
|
|
@ -544,7 +544,9 @@
|
|||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"net_colors": {
|
||||
"/Keys_Col2": "rgb(157, 48, 255)"
|
||||
},
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": [
|
||||
{
|
||||
|
|
|
@ -2004,10 +2004,6 @@
|
|||
(color 0 0 0 0)
|
||||
(uuid "9de04d49-317c-4886-a16a-370a5ef4d21d")
|
||||
)
|
||||
(no_connect
|
||||
(at 242.57 139.7)
|
||||
(uuid "bfb2c2d7-652a-408a-9aab-efe7250c48d6")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 134.62 71.12) (xy 152.4 71.12)
|
||||
|
@ -2855,6 +2851,17 @@
|
|||
)
|
||||
(uuid "a52daf31-d140-4fa8-80e8-00819590d007")
|
||||
)
|
||||
(label "Keys_Col2"
|
||||
(at 242.57 139.7 180)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right bottom)
|
||||
)
|
||||
(uuid "a70bc8a9-7b9c-48a8-9969-703cc5649f1b")
|
||||
)
|
||||
(label "Keys_Row3"
|
||||
(at 191.77 127 0)
|
||||
(fields_autoplaced yes)
|
||||
|
|
Loading…
Reference in a new issue