Skip to content

Commit 7212bdf

Browse files
committed
fab note C3,C4,C9 optional
1 parent 4fcd210 commit 7212bdf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

SuperSerial.kicad_pcb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5072,6 +5072,9 @@
50725072
(gr_text "10" (at 197.104 108.458) (layer "F.SilkS") (tstamp fad78afc-8d37-4d39-920f-a159a902e399)
50735073
(effects (font (size 0.635 0.635) (thickness 0.127) bold) (justify left bottom))
50745074
)
5075+
(gr_text "C3, C4, C9:\ncan be omitted \nif UA6 is 14C88" (at 215.9 78.74) (layer "F.Fab") (tstamp 4791f24e-2d0a-4343-b475-8ad72ddd1e68)
5076+
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom))
5077+
)
50755078
(gr_text "G1 / Y1&C1: one of:\nDIP-8 oscillator\nDIP-14 oscillator\nCrystal w/optional capacitor\n\nmake sure can doesn't short to unused pads" (at 215.9 130.175) (layer "F.Fab") (tstamp 4d72ba4f-8f0c-42ae-a92b-14c8c7330267)
50765079
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom))
50775080
)

bom/SuperSerial_rev0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
///////////////////////////////////////////////
972972

973973
///////////////////////////////////////////////
974-
var config = {"dark_mode": false, "show_pads": true, "show_fabrication": false, "show_silkscreen": true, "highlight_pin1": "none", "redraw_on_drag": true, "board_rotation": 0, "checkboxes": "Sourced,Placed", "bom_view": "left-right", "layer_view": "FB", "offset_back_rotation": false, "kicad_text_formatting": true, "fields": ["Value", "Footprint"]}
974+
var config = {"dark_mode": false, "show_pads": true, "show_fabrication": true, "show_silkscreen": true, "highlight_pin1": "none", "redraw_on_drag": true, "board_rotation": 0, "checkboxes": "Sourced,Placed", "bom_view": "left-right", "layer_view": "FB", "offset_back_rotation": false, "kicad_text_formatting": true, "fields": ["Value", "Footprint"]}
975975
///////////////////////////////////////////////
976976

977977
///////////////////////////////////////////////

ibom.config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[html_defaults]
22
dark_mode=0
33
show_pads=1
4-
show_fabrication=0
4+
show_fabrication=1
55
show_silkscreen=1
66
redraw_on_drag=1
77
highlight_pin1=none

0 commit comments

Comments
 (0)