added OLED, text and logo, prepared for PCB manufacture
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,6 @@
|
|||||||
*-backups*
|
*-backups*
|
||||||
*.lck
|
*.lck
|
||||||
|
*_old
|
||||||
|
*-bak
|
||||||
|
production/
|
||||||
|
jlcpcb/
|
||||||
|
|||||||
1
fabrication-toolkit-options.json
Normal file
1
fabrication-toolkit-options.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"ARCHIVE_NAME": "kb-40-ortho-v1", "EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": true, "EXTEND_EDGE_CUT": false, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": true, "OPEN BROWSER": false, "NO_BACKUP_OPT": false}
|
||||||
111154
fp-info-cache
Normal file
111154
fp-info-cache
Normal file
File diff suppressed because it is too large
Load Diff
132591
kb-pcb-v1-40-ortho.kicad_pcb
132591
kb-pcb-v1-40-ortho.kicad_pcb
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 25,
|
"active_layer": 5,
|
||||||
"active_layer_preset": "",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": true,
|
||||||
"hidden_netclasses": [],
|
"hidden_netclasses": [],
|
||||||
@@ -87,7 +87,18 @@
|
|||||||
8,
|
8,
|
||||||
9
|
9
|
||||||
],
|
],
|
||||||
"col_widths": [],
|
"col_widths": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
"custom_group_rules": [],
|
"custom_group_rules": [],
|
||||||
"expanded_rows": [],
|
"expanded_rows": [],
|
||||||
"filter_by_net_name": true,
|
"filter_by_net_name": true,
|
||||||
@@ -98,7 +109,7 @@
|
|||||||
"show_unconnected_nets": false,
|
"show_unconnected_nets": false,
|
||||||
"show_zero_pad_nets": false,
|
"show_zero_pad_nets": false,
|
||||||
"sort_ascending": true,
|
"sort_ascending": true,
|
||||||
"sorting_column": -1
|
"sorting_column": 0
|
||||||
},
|
},
|
||||||
"open_jobsets": [],
|
"open_jobsets": [],
|
||||||
"project": {
|
"project": {
|
||||||
|
|||||||
@@ -133,7 +133,7 @@
|
|||||||
"min_track_width": 0.0,
|
"min_track_width": 0.0,
|
||||||
"min_via_annular_width": 0.1,
|
"min_via_annular_width": 0.1,
|
||||||
"min_via_diameter": 0.5,
|
"min_via_diameter": 0.5,
|
||||||
"solder_mask_to_copper_clearance": 0.0,
|
"solder_mask_to_copper_clearance": 0.005,
|
||||||
"use_height_for_length_calcs": true
|
"use_height_for_length_calcs": true
|
||||||
},
|
},
|
||||||
"teardrop_options": [
|
"teardrop_options": [
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
25857
puppy/puppy.kicad_mod
Normal file
25857
puppy/puppy.kicad_mod
Normal file
File diff suppressed because it is too large
Load Diff
29414
puppy/puppy.kicad_sym
Normal file
29414
puppy/puppy.kicad_sym
Normal file
File diff suppressed because it is too large
Load Diff
4
sym-lib-table
Normal file
4
sym-lib-table
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
(sym_lib_table
|
||||||
|
(version 7)
|
||||||
|
(lib (name "puppy")(type "KiCad")(uri "/home/lusia/puppy.kicad_sym")(options "")(descr ""))
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user