Skip to content

Commit

Permalink
Merge branch 'master' of gitlab.com:conorpp/solo-hw
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp committed Jun 13, 2019
2 parents 72a2b9b + 2d69b22 commit e945a27
Show file tree
Hide file tree
Showing 8 changed files with 7,430 additions and 3,177 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
CAMOutputs/
CAMOutputs.zip
*.swp
*.gbr
*.zip
*.pdf
5-*
6-*
1,616 changes: 818 additions & 798 deletions solo/USB-A.brd

Large diffs are not rendered by default.

1,548 changes: 693 additions & 855 deletions solo/USB-A.sch

Large diffs are not rendered by default.

2,022 changes: 1,138 additions & 884 deletions solo/USB-C.brd

Large diffs are not rendered by default.

1,710 changes: 1,070 additions & 640 deletions solo/USB-C.sch

Large diffs are not rendered by default.

1,600 changes: 1,600 additions & 0 deletions solo/USB-nano.brd

Large diffs are not rendered by default.

217 changes: 217 additions & 0 deletions solo/USB-nano.cam
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
{
"author": {
"email": "[email protected]",
"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"
}
Loading

0 comments on commit e945a27

Please sign in to comment.