diff options
Diffstat (limited to 'pcb/iot-contact.kicad_pro')
-rw-r--r-- | pcb/iot-contact.kicad_pro | 44 |
1 files changed, 34 insertions, 10 deletions
diff --git a/pcb/iot-contact.kicad_pro b/pcb/iot-contact.kicad_pro index 5c30dce..cf89982 100644 --- a/pcb/iot-contact.kicad_pro +++ b/pcb/iot-contact.kicad_pro @@ -307,15 +307,15 @@ "show": true }, { - "group_by": true, - "label": "Value", - "name": "Value", + "group_by": false, + "label": "Description", + "name": "Description", "show": true }, { - "group_by": false, - "label": "Datasheet", - "name": "Datasheet", + "group_by": true, + "label": "Value", + "name": "Value", "show": true }, { @@ -328,19 +328,43 @@ "group_by": false, "label": "Qty", "name": "${QUANTITY}", - "show": true + "show": false }, { "group_by": true, "label": "DNP", "name": "${DNP}", + "show": false + }, + { + "group_by": false, + "label": "#", + "name": "${ITEM_NUMBER}", + "show": false + }, + { + "group_by": false, + "label": "Manufacturer", + "name": "Manufacturer", + "show": true + }, + { + "group_by": false, + "label": "MPN", + "name": "MPN", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", "show": true } ], "filter_string": "", - "group_symbols": true, - "name": "Grouped By Value", - "sort_asc": true, + "group_symbols": false, + "name": "", + "sort_asc": false, "sort_field": "Reference" }, "connection_grid_size": 50.0, |