added HTML bill of material, and blacklisted non-populated components: C80, C46, R83, R68
This commit is contained in:
parent
4e3e3d8eb0
commit
c111e576b7
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"board": {
|
||||
"active_layer": 31,
|
||||
"active_layer_preset": "",
|
||||
"active_layer": 41,
|
||||
"active_layer_preset": "All Layers",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
|
@ -64,7 +64,7 @@
|
|||
39,
|
||||
40
|
||||
],
|
||||
"visible_layers": "0001000_ffffffe8",
|
||||
"visible_layers": "fffffff_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"meta": {
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
[html_defaults]
|
||||
dark_mode=0
|
||||
show_pads=1
|
||||
show_fabrication=0
|
||||
show_silkscreen=1
|
||||
redraw_on_drag=1
|
||||
highlight_pin1=none
|
||||
board_rotation=0
|
||||
offset_back_rotation=0
|
||||
checkboxes=Sourced,Placed
|
||||
bom_view=left-right
|
||||
layer_view=FB
|
||||
compression=1
|
||||
open_browser=1
|
||||
[general]
|
||||
bom_dest_dir=bom
|
||||
bom_name_format=ibom
|
||||
component_sort_order=C,R,L,D,U,Y,X,F,SW,A,~,HS,CNN,J,P,NT,MH
|
||||
component_blacklist=C46,C80,R68,R83,REF**
|
||||
blacklist_virtual=1
|
||||
blacklist_empty_val=0
|
||||
include_tracks=0
|
||||
include_nets=0
|
||||
[fields]
|
||||
show_fields=Value,Footprint
|
||||
group_fields=Value,Footprint
|
||||
normalize_field_case=0
|
||||
board_variant_field=
|
||||
board_variant_whitelist=
|
||||
board_variant_blacklist=
|
||||
dnp_field=
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue