diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2021-02-20 12:27:00 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2021-02-20 12:27:00 +0100 |
commit | 01a7501800322687e5fb484c267dc360fe239386 (patch) | |
tree | b563ea525f225dbdfd623d0737cf2445efbdbf33 /cable_breakout/cable_breakout.kicad_prl | |
parent | e1753aa3e0994796d0db7c77f835b1439eb1f3e5 (diff) | |
download | 002-01a7501800322687e5fb484c267dc360fe239386.tar.gz 002-01a7501800322687e5fb484c267dc360fe239386.tar.bz2 002-01a7501800322687e5fb484c267dc360fe239386.zip |
Add control board, round pcb corners
Diffstat (limited to 'cable_breakout/cable_breakout.kicad_prl')
-rw-r--r-- | cable_breakout/cable_breakout.kicad_prl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/cable_breakout/cable_breakout.kicad_prl b/cable_breakout/cable_breakout.kicad_prl index 1a34c55..fec17da 100644 --- a/cable_breakout/cable_breakout.kicad_prl +++ b/cable_breakout/cable_breakout.kicad_prl @@ -1,7 +1,8 @@ { "board": { - "active_layer": 0, + "active_layer": 44, "active_layer_preset": "", + "auto_track_width": true, "hidden_nets": [], "high_contrast_mode": 0, "net_color_mode": 1, @@ -58,9 +59,12 @@ 29, 30, 37, - 38 + 38, + 39, + 40 ], - "visible_layers": "000ffff_80000001" + "visible_layers": "000ffff_80000001", + "zone_display_mode": 0 }, "meta": { "filename": "cable_breakout.kicad_prl", |