Skip to content

Commit

Permalink
add datasheet to the iBoM (#366)
Browse files Browse the repository at this point in the history
* add datasheet to the iBoM

Signed-off-by: Masaya Kataoka <[email protected]>

* fix run_kibot script

Signed-off-by: Masaya Kataoka <[email protected]>

---------

Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 authored Dec 1, 2024
1 parent e3aec45 commit 368365b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker/kicad/kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kibot:
preflight:
erc: true
drc: true
update_xml: true

outputs:
- name: print schematic
Expand Down Expand Up @@ -69,4 +70,9 @@ outputs:
dir: /workspace/drill
- name: output Interactive HTML BoM
type: ibom
options:
extra_fields: Datasheet
show_fields: Value,Footprint,Datasheet
group_fields: Value,Footprint,Datasheet
extra_data_file: "%F.xml"
dir: /workspace/bom
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ fp-info-cache
kibot_output
*.bak
_autosave*
miniv_motor_controller_board.xml
computer_sensor_board.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"board": {
"active_layer": 37,
"active_layer": 0,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
"meta": {
"version": 1
},
"net_format_name": "",
"net_format_name": "KiCad",
"page_layout_descr_file": "",
"plot_directory": "",
"spice_current_sheet_as_root": false,
Expand Down

0 comments on commit 368365b

Please sign in to comment.