[SC64][HW] Changed battery holder from 1060 to 1058 + minor PCB improvements

This commit is contained in:
Mateusz Faderewski 2024-08-11 15:41:09 +02:00
parent d8976def97
commit 1259687902
6 changed files with 88295 additions and 92378 deletions

2
hw/pcb/.gitignore vendored
View File

@ -1,5 +1,7 @@
*.lck
**/*-backups
**/*-bak
**/*.3dshapes
**/*.csv
**/*.gerbers
**/*.kicad_prl

31
hw/pcb/ibom.config.ini Normal file
View File

@ -0,0 +1,31 @@
[html_defaults]
dark_mode=1
show_pads=1
show_fabrication=0
show_silkscreen=1
redraw_on_drag=1
highlight_pin1=selected
board_rotation=0
offset_back_rotation=0
checkboxes=Sourced,Placed
bom_view=left-right
layer_view=FB
compression=1
open_browser=0
[general]
bom_dest_dir=.
bom_name_format=%f_bom
component_sort_order=C,R,L,D,U,Y,X,F,SW,A,~,HS,CNN,J,P,NT,MH
component_blacklist=
blacklist_virtual=1
blacklist_empty_val=0
include_tracks=0
include_nets=0
[fields]
show_fields=Value,Footprint,Notes
group_fields=Value,Footprint
normalize_field_case=0
board_variant_field=
board_variant_whitelist=
board_variant_blacklist=
dnp_field=kicad_dnp

File diff suppressed because it is too large Load Diff

View File

@ -80,6 +80,7 @@
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"holes_co_located": "warning",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
@ -100,7 +101,7 @@
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"solder_mask_bridge": "ignore",
"starved_thermal": "error",
"text_height": "warning",
"text_thickness": "warning",
@ -486,8 +487,8 @@
"gencad": "",
"idf": "",
"netlist": "",
"plot": "",
"pos_files": "",
"plot": "sc64v2.gerbers/",
"pos_files": "sc64v2.gerbers/",
"specctra_dsn": "",
"step": "",
"svg": "",
@ -497,6 +498,7 @@
},
"schematic": {
"annotate_start_num": 0,
"bom_export_filename": "",
"bom_fmt_presets": [],
"bom_fmt_settings": {
"field_delimiter": ",",
@ -546,13 +548,31 @@
"label": "DNP",
"name": "${DNP}",
"show": true
},
{
"group_by": false,
"label": "#",
"name": "${ITEM_NUMBER}",
"show": false
},
{
"group_by": false,
"label": "Notes",
"name": "Notes",
"show": true
},
{
"group_by": false,
"label": "Description",
"name": "Description",
"show": false
}
],
"filter_string": "",
"group_symbols": true,
"name": "Grouped By Value",
"name": "",
"sort_asc": true,
"sort_field": "Oznaczenie"
"sort_field": "Reference"
},
"connection_grid_size": 50.0,
"drawing": {
@ -606,7 +626,7 @@
"sheets": [
[
"e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
"Główny"
"Root"
]
],
"text_variables": {}

File diff suppressed because it is too large Load Diff

9338
hw/pcb/sc64v2_bom.html generated

File diff suppressed because one or more lines are too long