Prepare v1 for production
This commit is contained in:
parent
8745848fd4
commit
6ba14a8f92
4 changed files with 7902 additions and 12207 deletions
17970
ledstrip.kicad_pcb
17970
ledstrip.kicad_pcb
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 0,
|
"active_layer": 31,
|
||||||
"active_layer_preset": "",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": true,
|
||||||
"hidden_nets": [],
|
"hidden_nets": [],
|
||||||
|
|
|
@ -45,10 +45,16 @@
|
||||||
"silk_text_upright": false,
|
"silk_text_upright": false,
|
||||||
"zones": {
|
"zones": {
|
||||||
"45_degree_only": false,
|
"45_degree_only": false,
|
||||||
"min_clearance": 0.5
|
"min_clearance": 0.39999999999999997
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diff_pair_dimensions": [],
|
"diff_pair_dimensions": [
|
||||||
|
{
|
||||||
|
"gap": 0.0,
|
||||||
|
"via_gap": 0.0,
|
||||||
|
"width": 0.0
|
||||||
|
}
|
||||||
|
],
|
||||||
"drc_exclusions": [],
|
"drc_exclusions": [],
|
||||||
"meta": {
|
"meta": {
|
||||||
"filename": "board_design_settings.json",
|
"filename": "board_design_settings.json",
|
||||||
|
@ -115,7 +121,8 @@
|
||||||
},
|
},
|
||||||
"track_widths": [
|
"track_widths": [
|
||||||
0.0,
|
0.0,
|
||||||
2.0
|
1.4,
|
||||||
|
5.0
|
||||||
],
|
],
|
||||||
"via_dimensions": [
|
"via_dimensions": [
|
||||||
{
|
{
|
||||||
|
@ -124,7 +131,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"diameter": 2.0,
|
"diameter": 2.0,
|
||||||
"drill": 1.6
|
"drill": 1.2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"diameter": 7.0,
|
||||||
|
"drill": 2.0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"zones_allow_external_fillets": false,
|
"zones_allow_external_fillets": false,
|
||||||
|
|
2118
ledstrip.kicad_sch
2118
ledstrip.kicad_sch
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue