update template (probably)
This commit is contained in:
parent
293052044c
commit
bbb2a037b3
@ -447,8 +447,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
"pinned_footprint_libs": [],
|
"pinned_footprint_libs": [
|
||||||
"pinned_symbol_libs": []
|
"EasyEDA"
|
||||||
|
],
|
||||||
|
"pinned_symbol_libs": [
|
||||||
|
"EasyEDA"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"filename": "pcb_panic_button.kicad_pro",
|
"filename": "pcb_panic_button.kicad_pro",
|
||||||
@ -473,6 +477,18 @@
|
|||||||
"via_diameter": 0.6,
|
"via_diameter": 0.6,
|
||||||
"via_drill": 0.3,
|
"via_drill": 0.3,
|
||||||
"wire_width": 6
|
"wire_width": 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GND",
|
||||||
|
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||||
|
"priority": 0,
|
||||||
|
"schematic_color": "rgb(0, 0, 0)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Power",
|
||||||
|
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||||
|
"priority": 1,
|
||||||
|
"schematic_color": "rgb(255, 0, 0)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"meta": {
|
"meta": {
|
||||||
@ -480,7 +496,16 @@
|
|||||||
},
|
},
|
||||||
"net_colors": null,
|
"net_colors": null,
|
||||||
"netclass_assignments": null,
|
"netclass_assignments": null,
|
||||||
"netclass_patterns": []
|
"netclass_patterns": [
|
||||||
|
{
|
||||||
|
"netclass": "Power",
|
||||||
|
"pattern": "\\+.V.?"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"netclass": "GND",
|
||||||
|
"pattern": "GND"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"pcbnew": {
|
"pcbnew": {
|
||||||
"last_paths": {
|
"last_paths": {
|
||||||
@ -597,7 +622,7 @@
|
|||||||
"version": 1
|
"version": 1
|
||||||
},
|
},
|
||||||
"net_format_name": "",
|
"net_format_name": "",
|
||||||
"page_layout_descr_file": "",
|
"page_layout_descr_file": "kicad-embed://mdev_template.kicad_wks",
|
||||||
"plot_directory": "",
|
"plot_directory": "",
|
||||||
"space_save_all_events": true,
|
"space_save_all_events": true,
|
||||||
"spice_current_sheet_as_root": false,
|
"spice_current_sheet_as_root": false,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user