diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-13 19:15:45 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-13 19:15:45 -0400 |
| commit | 3d23ddf1fa5cb53fb0e59fe53f794c016a9b97a1 (patch) | |
| tree | 665f4af907ea3aed48af96a2d2563b0c98e9cfaa /okm.kicad_pro | |
| parent | f1c5adde7b48d0f26482b5d9aa8827337119b0bf (diff) | |
schematic: clean up power
Diffstat (limited to 'okm.kicad_pro')
| -rw-r--r-- | okm.kicad_pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/okm.kicad_pro b/okm.kicad_pro index 5c50048..e9c909d 100644 --- a/okm.kicad_pro +++ b/okm.kicad_pro @@ -498,7 +498,7 @@ "microvia_diameter": 0.3, "microvia_drill": 0.1, "name": "Ground", - "pcb_color": "rgb(255, 255, 255)", + "pcb_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.25, "via_diameter": 0.6, @@ -735,7 +735,7 @@ "sort_asc": true, "sort_field": "Reference" }, - "connection_grid_size": 50.0, + "connection_grid_size": 25.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -745,7 +745,7 @@ "intersheets_ref_own_page": false, "intersheets_ref_prefix": "", "intersheets_ref_short": false, - "intersheets_ref_show": false, + "intersheets_ref_show": true, "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, |
