Skip to content

Commit

Permalink
Edit B.Fab
Browse files Browse the repository at this point in the history
  • Loading branch information
jacho committed Oct 4, 2023
1 parent 54180d2 commit 0a51280
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions hw/sch_pcb/FRAM01.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 99f9325f-ea68-4ac2-b4f8-999f9a8cac07)
)
(fp_text value "10uF" (at 0 -1.68 90) (layer "B.Fab")
(fp_text value "10uF" (at 0 -1.68 90) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp b1fe9a98-4b89-4bc7-a739-0458dc63813c)
)
Expand Down Expand Up @@ -659,7 +659,7 @@
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 3a99f959-73e3-42c6-914d-4044fe568ad3)
)
(fp_text value "100nF" (at 0 -1.68) (layer "B.Fab")
(fp_text value "100nF" (at 0 -1.68) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 4f0676f0-4cdf-4387-93e1-e8c95f7b565f)
)
Expand Down
20 changes: 10 additions & 10 deletions hw/sch_pcb/FRAM01.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"board": {
"active_layer": 0,
"active_layer": 48,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
Expand All @@ -15,17 +15,17 @@
"zones": 0.6
},
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"dimensions": false,
"footprints": false,
"graphics": false,
"keepouts": false,
"lockedItems": false,
"otherItems": true,
"pads": true,
"otherItems": false,
"pads": false,
"text": true,
"tracks": true,
"vias": true,
"zones": true
"tracks": false,
"vias": false,
"zones": false
},
"visible_items": [
0,
Expand Down

0 comments on commit 0a51280

Please sign in to comment.