Skip to content

Commit

Permalink
chore: removed interactive bom
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudyPadmal committed Oct 19, 2023
1 parent 739d5d9 commit 0d341af
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions schematics/CI.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,36 +64,35 @@ outputs:
use_alt: false
variant: ''
###############################################################################
- name: 'interactive_bom'
comment: "Interactive Bill of Materials"
type: ibom
dir: '../docs/components'
options:
hide_pads: false
show_fabrication: false
hide_silkscreen: false
highlight_pin1: true
no_redraw_on_drag: false
board_rotation: 0
checkboxes: 'Sourced,Placed'
bom_view: 'left-right'
layer_view: 'FB'
name_format: 'InteractiveBoM'
output: ''
include_tracks: false
include_nets: false
sort_order: 'C,R,L,D,U,Y,X,F,SW,A,~,HS,CNN,J,P,NT,MH'
blacklist: 'DNF*'
no_blacklist_virtual: false
blacklist_empty_val: false
netlist_file: ''
extra_fields: ''
normalize_field_case: false
variant_field: ''
variants_whitelist: ''
variants_blacklist: ''
dnp_field: ''

# - name: 'interactive_bom'
# comment: "Interactive Bill of Materials"
# type: ibom
# dir: '../docs/components'
# options:
# hide_pads: false
# show_fabrication: false
# hide_silkscreen: false
# highlight_pin1: true
# no_redraw_on_drag: false
# board_rotation: 0
# checkboxes: 'Sourced,Placed'
# bom_view: 'left-right'
# layer_view: 'FB'
# name_format: 'InteractiveBoM'
# output: ''
# include_tracks: false
# include_nets: false
# sort_order: 'C,R,L,D,U,Y,X,F,SW,A,~,HS,CNN,J,P,NT,MH'
# blacklist: 'DNF*'
# no_blacklist_virtual: false
# blacklist_empty_val: false
# netlist_file: ''
# extra_fields: ''
# normalize_field_case: false
# variant_field: ''
# variants_whitelist: ''
# variants_blacklist: ''
# dnp_field: ''
###############################################################################
- name: 'gerber_generator'
comment: "Gerbers files"
Expand Down Expand Up @@ -124,12 +123,14 @@ outputs:
layers:
- 'F.SilkS'
- 'F.Mask'
- 'F.Paste'
- 'L1.Front'
- 'L2.Ground'
- 'L3.Power'
- 'L4.Signal'
- 'B.Mask'
- 'B.SilkS'
- 'B.Paste'
- 'Edge.Cuts'
- 'Eco1.User'

Expand Down

0 comments on commit 0d341af

Please sign in to comment.