Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add datasheet to the iBoM #366

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading