PCB: Robotroller v0.4 & KiCAD CI Update
This commit is contained in:
parent
1d15cbbe47
commit
0416fd7af2
15 changed files with 54144 additions and 310053 deletions
|
@ -7,11 +7,12 @@ preflight:
|
|||
update_xml: true
|
||||
run_drc: true
|
||||
check_zone_fills: false
|
||||
ignore_unconnected: false
|
||||
ignore_unconnected: true
|
||||
|
||||
global:
|
||||
# We want the revision added to the names for this project
|
||||
output: '%f-%i_%r.%x'
|
||||
hide_excluded: true
|
||||
|
||||
# kiauto_wait_start: 60
|
||||
# kiauto_time_out_scale: 2
|
||||
|
@ -42,14 +43,6 @@ outputs:
|
|||
- layer: B.Cu
|
||||
- layer: Dwgs.User
|
||||
|
||||
- name: 'interactive_bom'
|
||||
comment: "Interactive Bill of Materials (HTML)"
|
||||
type: ibom
|
||||
dir: BoM
|
||||
options:
|
||||
blacklist: 'DNF*'
|
||||
|
||||
|
||||
- name: 'gerbers'
|
||||
comment: "Gerbers for the board house"
|
||||
type: gerber
|
||||
|
@ -83,57 +76,54 @@ outputs:
|
|||
# - layer: Edge.Cuts
|
||||
# suffix: Edge_Cuts
|
||||
|
||||
- name: 'interactive_bom'
|
||||
comment: "Interactive Bill of Materials (HTML)"
|
||||
type: ibom
|
||||
dir: BoM
|
||||
options:
|
||||
hide_excluded: true
|
||||
blacklist: 'DNF*'
|
||||
name_format: '%f_%r_iBoM'
|
||||
|
||||
- name: 'bom_html'
|
||||
comment: "Bill of Materials in HTML format"
|
||||
type: bom
|
||||
dir: BoM
|
||||
options: &bom_options
|
||||
columns:
|
||||
- Row
|
||||
- field: References
|
||||
name: Referencias
|
||||
- field: Part
|
||||
name: Parte
|
||||
- field: Value
|
||||
name: Valor
|
||||
# - field: manf#
|
||||
# name: P/N
|
||||
# - field: manf
|
||||
# name: Fabricante
|
||||
# - field: digikey#
|
||||
# name: 'Cod. Digi-Key'
|
||||
- Footprint
|
||||
- field: Desc
|
||||
name: Descripción
|
||||
- 'Quantity Per PCB'
|
||||
group_fields: ['Part']
|
||||
normalize_values: true
|
||||
normalize_locale: true
|
||||
# exclude_filter: 'exclude_any'
|
||||
html:
|
||||
# logo: '../images/inti.png'
|
||||
# digikey_link: 'digikey#'
|
||||
highlight_empty: false
|
||||
|
||||
- name: 'bom_xlsx'
|
||||
comment: "Bill of Materials in XLSX format"
|
||||
type: bom
|
||||
dir: BoM
|
||||
options:
|
||||
<<: *bom_options
|
||||
format: XLSX
|
||||
xlsx:
|
||||
# logo: '../images/inti.png'
|
||||
# digikey_link: 'digikey#'
|
||||
highlight_empty: false
|
||||
format: HTML # HTML or CSV
|
||||
|
||||
- name: 'bom_csv'
|
||||
comment: "Bill of Materials in CSV format"
|
||||
type: bom
|
||||
dir: BoM
|
||||
options:
|
||||
<<: *bom_options
|
||||
format: CSV
|
||||
format: CSV # HTML or CSV
|
||||
ref_separator: ','
|
||||
normalize_values: true
|
||||
normalize_locale: true
|
||||
csv: # Hide Project Info & Statistics for PCB manufacturer file processing
|
||||
hide_pcb_info: true
|
||||
hide_stats_info: true
|
||||
columns:
|
||||
- Row
|
||||
- field: manf#
|
||||
name: Manufacturer Part Number
|
||||
- field: 'Quantity Per PCB'
|
||||
name: Qty
|
||||
- field: References
|
||||
name: Designator
|
||||
- Part
|
||||
- Value
|
||||
- Footprint
|
||||
- Description
|
||||
- Datasheet
|
||||
|
||||
- name: 'bom_xlsx'
|
||||
comment: "Bill of Materials in XLSX format"
|
||||
type: bom
|
||||
dir: BoM
|
||||
options:
|
||||
format: XLSX
|
||||
|
||||
- name: excellon_drill
|
||||
comment: "Excellon drill files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue