2 Commits

Author SHA1 Message Date
7c7f455093 Resolved first review, Routing 2022-08-27 22:27:02 +02:00
db4ad85f6f Review: 1st round - Schema & PCB - General modifications
All comments in design files, more on chat
2022-08-15 09:34:24 +02:00
7 changed files with 37403 additions and 833 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 44, "active_layer": 0,
"active_layer_preset": "All Layers", "active_layer_preset": "All Layers",
"auto_track_width": true, "auto_track_width": true,
"hidden_nets": [], "hidden_nets": [],
@ -63,7 +63,7 @@
36 36
], ],
"visible_layers": "fffffff_ffffffff", "visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0 "zone_display_mode": 1
}, },
"meta": { "meta": {
"filename": "PowerSupply.kicad_prl", "filename": "PowerSupply.kicad_prl",

View File

@ -117,12 +117,18 @@
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
"track_widths": [ "track_widths": [
0.0 0.0,
0.3,
0.5
], ],
"via_dimensions": [ "via_dimensions": [
{ {
"diameter": 0.0, "diameter": 0.0,
"drill": 0.0 "drill": 0.0
},
{
"diameter": 0.7,
"drill": 0.3
} }
], ],
"zones_allow_external_fillets": false, "zones_allow_external_fillets": false,
@ -405,6 +411,15 @@
"version": 1 "version": 1
}, },
"net_format_name": "", "net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "", "page_layout_descr_file": "",
"plot_directory": "", "plot_directory": "",
"spice_adjust_passive_values": false, "spice_adjust_passive_values": false,

File diff suppressed because it is too large Load Diff

1163
PowerSupply/fp-info-cache Normal file

File diff suppressed because it is too large Load Diff