First draft of CNC controller board
This commit is contained in:
parent
a3c32e4d34
commit
842564072d
214276
CM4IOv5.kicad_pcb
214276
CM4IOv5.kicad_pcb
File diff suppressed because it is too large
Load Diff
|
@ -1,32 +1,32 @@
|
||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 0,
|
"active_layer": 0,
|
||||||
"active_layer_preset": "Front Layers",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": true,
|
||||||
"hidden_netclasses": [],
|
"hidden_netclasses": [],
|
||||||
"hidden_nets": [],
|
"hidden_nets": [],
|
||||||
"high_contrast_mode": 1,
|
"high_contrast_mode": 0,
|
||||||
"net_color_mode": 1,
|
"net_color_mode": 1,
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"images": 0.6,
|
"images": 0.6,
|
||||||
"pads": 1.0,
|
"pads": 1.0,
|
||||||
"tracks": 1.0,
|
"tracks": 1.0,
|
||||||
"vias": 1.0,
|
"vias": 1.0,
|
||||||
"zones": 0.9900000095367432
|
"zones": 0.3499999940395355
|
||||||
},
|
},
|
||||||
"ratsnest_display_mode": 1,
|
"ratsnest_display_mode": 1,
|
||||||
"selection_filter": {
|
"selection_filter": {
|
||||||
"dimensions": false,
|
"dimensions": true,
|
||||||
"footprints": true,
|
"footprints": true,
|
||||||
"graphics": false,
|
"graphics": true,
|
||||||
"keepouts": false,
|
"keepouts": true,
|
||||||
"lockedItems": true,
|
"lockedItems": true,
|
||||||
"otherItems": false,
|
"otherItems": true,
|
||||||
"pads": false,
|
"pads": true,
|
||||||
"text": false,
|
"text": true,
|
||||||
"tracks": false,
|
"tracks": true,
|
||||||
"vias": false,
|
"vias": true,
|
||||||
"zones": false
|
"zones": true
|
||||||
},
|
},
|
||||||
"visible_items": [
|
"visible_items": [
|
||||||
0,
|
0,
|
||||||
|
@ -62,9 +62,12 @@
|
||||||
33,
|
33,
|
||||||
34,
|
34,
|
||||||
35,
|
35,
|
||||||
36
|
36,
|
||||||
|
37,
|
||||||
|
39,
|
||||||
|
40
|
||||||
],
|
],
|
||||||
"visible_layers": "00290aa_80000007",
|
"visible_layers": "003ffff_80000007",
|
||||||
"zone_display_mode": 0
|
"zone_display_mode": 0
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
|
|
|
@ -130,18 +130,18 @@
|
||||||
"allow_blind_buried_vias": false,
|
"allow_blind_buried_vias": false,
|
||||||
"allow_microvias": false,
|
"allow_microvias": false,
|
||||||
"max_error": 0.005,
|
"max_error": 0.005,
|
||||||
"min_clearance": 0.0,
|
"min_clearance": 0.1,
|
||||||
"min_connection": 0.0,
|
"min_connection": 0.0,
|
||||||
"min_copper_edge_clearance": 0.01,
|
"min_copper_edge_clearance": 0.2,
|
||||||
"min_hole_clearance": 0.0,
|
"min_hole_clearance": 0.0,
|
||||||
"min_hole_to_hole": 0.24,
|
"min_hole_to_hole": 0.24,
|
||||||
"min_microvia_diameter": 0.2,
|
"min_microvia_diameter": 0.2,
|
||||||
"min_microvia_drill": 0.1,
|
"min_microvia_drill": 0.1,
|
||||||
"min_resolved_spokes": 2,
|
"min_resolved_spokes": 1,
|
||||||
"min_silk_clearance": 0.0,
|
"min_silk_clearance": 0.0,
|
||||||
"min_text_height": 0.8,
|
"min_text_height": 0.8,
|
||||||
"min_text_thickness": 0.08,
|
"min_text_thickness": 0.08,
|
||||||
"min_through_hole_diameter": 0.25,
|
"min_through_hole_diameter": 0.2,
|
||||||
"min_track_width": 0.1,
|
"min_track_width": 0.1,
|
||||||
"min_via_annular_width": 0.05,
|
"min_via_annular_width": 0.05,
|
||||||
"min_via_annulus": 0.049999999999999996,
|
"min_via_annulus": 0.049999999999999996,
|
||||||
|
@ -962,13 +962,61 @@
|
||||||
"label": "DNP",
|
"label": "DNP",
|
||||||
"name": "${DNP}",
|
"name": "${DNP}",
|
||||||
"show": true
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "#",
|
||||||
|
"name": "${ITEM_NUMBER}",
|
||||||
|
"show": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Field4",
|
||||||
|
"name": "Field4",
|
||||||
|
"show": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Field5",
|
||||||
|
"name": "Field5",
|
||||||
|
"show": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Field6",
|
||||||
|
"name": "Field6",
|
||||||
|
"show": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Field7",
|
||||||
|
"name": "Field7",
|
||||||
|
"show": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Field8",
|
||||||
|
"name": "Field8",
|
||||||
|
"show": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Part Description",
|
||||||
|
"name": "Part Description",
|
||||||
|
"show": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Description",
|
||||||
|
"name": "Description",
|
||||||
|
"show": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filter_string": "",
|
"filter_string": "",
|
||||||
"group_symbols": true,
|
"group_symbols": true,
|
||||||
"name": "Grouped By Value",
|
"name": "",
|
||||||
"sort_asc": true,
|
"sort_asc": true,
|
||||||
"sort_field": "Reference"
|
"sort_field": "Value"
|
||||||
},
|
},
|
||||||
"connection_grid_size": 50.0,
|
"connection_grid_size": 50.0,
|
||||||
"drawing": {
|
"drawing": {
|
||||||
|
@ -1043,13 +1091,17 @@
|
||||||
"00000000-0000-0000-0000-00005cff706a",
|
"00000000-0000-0000-0000-00005cff706a",
|
||||||
"CM4_GPIO ( Ethernet, GPIO, SDCARD)"
|
"CM4_GPIO ( Ethernet, GPIO, SDCARD)"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
"00000000-0000-0000-0000-00005ed4bb5b",
|
|
||||||
"PCIe-connector"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"00000000-0000-0000-0000-00005d31f999",
|
"00000000-0000-0000-0000-00005d31f999",
|
||||||
"PSUs"
|
"PSUs"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"46e60954-0ef8-441d-89e2-adb5ab79324d",
|
||||||
|
"FPGA"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"e01cafc0-48de-4031-8740-a8576e9ca7bd",
|
||||||
|
"breakout"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"text_variables": {}
|
"text_variables": {}
|
||||||
|
|
1020
CM4IOv5.kicad_sch
1020
CM4IOv5.kicad_sch
File diff suppressed because it is too large
Load Diff
5837
CM4_GPIO.kicad_sch
5837
CM4_GPIO.kicad_sch
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
793
PSUs.kicad_sch
793
PSUs.kicad_sch
File diff suppressed because it is too large
Load Diff
3076
RTC.kicad_sch
3076
RTC.kicad_sch
File diff suppressed because it is too large
Load Diff
7932
USB2-HUB.kicad_sch
7932
USB2-HUB.kicad_sch
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
182163
fp-info-cache
182163
fp-info-cache
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,8 @@
|
||||||
|
(kicad_sch
|
||||||
|
(version 20231120)
|
||||||
|
(generator "eeschema")
|
||||||
|
(generator_version "8.0")
|
||||||
|
(uuid "9bb1a745-4422-48bc-ba10-0d9bb5abd755")
|
||||||
|
(paper "A4")
|
||||||
|
(lib_symbols)
|
||||||
|
)
|
Loading…
Reference in New Issue