From 0d341af63dca737c07442956c71ed8eadf7cc7b9 Mon Sep 17 00:00:00 2001 From: Padmal Date: Thu, 19 Oct 2023 21:24:05 +0200 Subject: [PATCH] chore: removed interactive bom --- schematics/CI.kibot.yaml | 61 ++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/schematics/CI.kibot.yaml b/schematics/CI.kibot.yaml index ace61ae..f27c83e 100644 --- a/schematics/CI.kibot.yaml +++ b/schematics/CI.kibot.yaml @@ -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" @@ -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'