Merge branch 'master' of gitlab.com:conorpp/solo-hw

This commit is contained in:
Conor Patrick
2019-06-12 23:44:21 -04:00
8 changed files with 7455 additions and 3202 deletions

5
.gitignore vendored
View File

@@ -3,3 +3,8 @@
CAMOutputs/
CAMOutputs.zip
*.swp
*.gbr
*.zip
*.pdf
5-*
6-*

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

1600
solo/USB-nano.brd Normal file
View File

File diff suppressed because it is too large Load Diff

217
solo/USB-nano.cam Normal file
View File

@@ -0,0 +1,217 @@
{
"author": {
"email": "conorpp94@gmail.com",
"name": "Conorpp94 Conorpp94"
},
"description": {
"EN": "EAGLE default 2 layer CAM job."
},
"output_type": "directory",
"outputs": [
{
"filename_prefix": "CAMOutputs/DrillFiles",
"format_specifier": {
"decimal": 3,
"integer": 3
},
"output_type": "drill",
"outputs": [
{
"drills": {
"NPTH": true,
"PTH": true,
"VIA": true
},
"filename_format": "drills.xln",
"layers": {
"from": 1,
"to": 16
},
"name": "Excellon",
"type": "excellon"
}
]
},
{
"filename_prefix": "CAMOutputs/GerberFiles",
"format_specifier": {
"decimal": 4,
"integer": 3
},
"generate_job_file": true,
"output_type": "gerber",
"outputs": [
{
"board_outline": false,
"config": {
"file_function": "Copper",
"layer": 1,
"layer_details": "mixed",
"layer_type": "top"
},
"filename_format": "copper_top.gbr",
"layers": [
1,
18,
17
],
"name": "Top Copper",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Copper",
"layer": 2,
"layer_details": "mixed",
"layer_type": "bottom"
},
"filename_format": "copper_bottom.gbr",
"layers": [
16,
17,
18
],
"name": "Bottom Copper",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Profile",
"plating": "non-plated"
},
"filename_format": "profile.gbr",
"layers": [
20
],
"milling": false,
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Soldermask",
"index": 1,
"layer_type": "top"
},
"filename_format": "soldermask_top.gbr",
"layers": [
29
],
"name": "Soldermask Top",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Soldermask",
"index": 1,
"layer_type": "bottom"
},
"filename_format": "soldermask_bottom.gbr",
"layers": [
30
],
"name": "Soldermask Bottom",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Paste",
"layer_type": "top"
},
"filename_format": "solderpaste_top.gbr",
"layers": [
31
],
"milling": false,
"name": "Solderpaste Top",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Paste",
"layer_type": "bottom"
},
"filename_format": "solderpaste_bottom.gbr",
"layers": [
32
],
"milling": false,
"name": "Solderpaste Bottom",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Legend",
"index": 1,
"layer_type": "top"
},
"filename_format": "silkscreen_top.gbr",
"layers": [
21,
25
],
"milling": false,
"name": "Silkscreen Top",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Legend",
"index": 1,
"layer_type": "bottom"
},
"filename_format": "silkscreen_bottom.gbr",
"layers": [
22,
26
],
"milling": false,
"name": "Silkscreen Bottom",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"description": "For z-axis milling",
"file_function": "Other"
},
"filename_format": "insider_contour.gbr",
"layers": [
100
],
"milling": false,
"name": "insider_contour",
"polarity": "positive",
"type": "gerber_layer"
}
],
"version": "RS274X"
},
{
"filename_prefix": "CAMOutputs/DrawingFiles",
"output_type": "drawing",
"outputs": [
]
}
],
"timestamp": "2019-04-12T23:46:06",
"type": "EAGLE CAM job",
"units": "metric",
"version": "9.2.0"
}

1889
solo/USB-nano.sch Normal file
View File

File diff suppressed because it is too large Load Diff