source: trunk/hardware/smartPro.kicad_prl @ 14

Last change on this file since 14 was 14, checked in by f.jahn, 3 weeks ago

Änderuhng neuer Controller

File size: 2.3 KB
Line 
1{
2  "board": {
3    "active_layer": 5,
4    "active_layer_preset": "",
5    "auto_track_width": true,
6    "hidden_netclasses": [],
7    "hidden_nets": [],
8    "high_contrast_mode": 0,
9    "net_color_mode": 1,
10    "opacity": {
11      "images": 0.6,
12      "pads": 1.0,
13      "shapes": 1.0,
14      "tracks": 1.0,
15      "vias": 1.0,
16      "zones": 0.6
17    },
18    "selection_filter": {
19      "dimensions": true,
20      "footprints": true,
21      "graphics": true,
22      "keepouts": true,
23      "lockedItems": true,
24      "otherItems": true,
25      "pads": true,
26      "text": true,
27      "tracks": true,
28      "vias": true,
29      "zones": true
30    },
31    "visible_items": [
32      "vias",
33      "footprint_text",
34      "footprint_anchors",
35      "ratsnest",
36      "grid",
37      "footprints_front",
38      "footprints_back",
39      "footprint_values",
40      "footprint_references",
41      "tracks",
42      "drc_errors",
43      "drawing_sheet",
44      "bitmaps",
45      "pads",
46      "zones",
47      "drc_warnings",
48      "locked_item_shadows",
49      "conflict_shadows",
50      "shapes"
51    ],
52    "visible_layers": "ffffffff_ffffffff_fffdfdf5_fffffaee",
53    "zone_display_mode": 0
54  },
55  "git": {
56    "repo_type": "",
57    "repo_username": "",
58    "ssh_key": ""
59  },
60  "meta": {
61    "filename": "smartPro.kicad_prl",
62    "version": 5
63  },
64  "net_inspector_panel": {
65    "col_hidden": [
66      false,
67      false,
68      false,
69      false,
70      false,
71      false,
72      false,
73      false,
74      false,
75      false,
76      false,
77      false,
78      false,
79      false
80    ],
81    "col_order": [
82      0,
83      1,
84      2,
85      3,
86      4,
87      5,
88      6,
89      7,
90      8,
91      9,
92      10,
93      11,
94      12,
95      13
96    ],
97    "col_widths": [],
98    "custom_group_rules": [],
99    "expanded_rows": [],
100    "filter_by_net_name": true,
101    "filter_by_netclass": true,
102    "filter_text": "",
103    "group_by_constraint": false,
104    "group_by_netclass": false,
105    "show_unconnected_nets": false,
106    "show_zero_pad_nets": false,
107    "sort_ascending": true,
108    "sorting_column": -1
109  },
110  "open_jobsets": [],
111  "project": {
112    "files": []
113  },
114  "schematic": {
115    "selection_filter": {
116      "graphics": true,
117      "images": true,
118      "labels": true,
119      "lockedItems": false,
120      "otherItems": true,
121      "pins": true,
122      "symbols": true,
123      "text": true,
124      "wires": true
125    }
126  }
127}
Note: See TracBrowser for help on using the repository browser.