Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop 2023.09a Hardware Design #84

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,627 changes: 2,627 additions & 0 deletions cc-nc-hardware/Desktop_50_Pin/DataBusTransceivers.kicad_sch

Large diffs are not rendered by default.

Binary file modified cc-nc-hardware/Desktop_50_Pin/Desktop_50Pin_TopConn_Gerber.zip
Binary file not shown.
115,072 changes: 76,148 additions & 38,924 deletions cc-nc-hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_pcb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"board": {
"active_layer": 0,
"active_layer": 37,
"active_layer_preset": "",
"auto_track_width": true,
"auto_track_width": false,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
Expand Down Expand Up @@ -64,7 +66,7 @@
35,
36
],
"visible_layers": "fffffff_ffffffff",
"visible_layers": "003ffff_80000007",
"zone_display_mode": 0
},
"meta": {
Expand Down
63 changes: 60 additions & 3 deletions cc-nc-hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"board": {
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.09999999999999999,
Expand Down Expand Up @@ -107,18 +108,63 @@
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.049999999999999996,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.13,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true
},
"teardrop_options": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true,
"td_onroundshapesonly": false,
"td_ontrackend": false,
"td_onviapad": true
}
],
"teardrop_parameters": [
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [
0.0,
0.13,
Expand Down Expand Up @@ -153,7 +199,8 @@
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": []
"layer_presets": [],
"viewports": []
},
"boards": [],
"cvpcb": {
Expand Down Expand Up @@ -369,7 +416,7 @@
"pinned_symbol_libs": []
},
"meta": {
"filename": "XCVR_2040_SMD_V1R.kicad_pro",
"filename": "Desktop_50_Pin_TopConn.kicad_pro",
"version": 1
},
"net_settings": {
Expand All @@ -395,7 +442,9 @@
"meta": {
"version": 2
},
"net_colors": null
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
},
"pcbnew": {
"last_paths": {
Expand Down Expand Up @@ -454,6 +503,14 @@
[
"d5fc13d4-1ca0-477a-91ea-84605f39f5f9",
"LED_Indicators"
],
[
"36b34a0a-87db-41fd-8084-4ccaa7944986",
"Data_Bus_Transceivers_And_Termination"
],
[
"f03a5fc0-9798-4033-842c-4371c8fa3a63",
"SCSI_And_Power"
]
],
"text_variables": {}
Expand Down
Loading