0
mirror of https://github.com/oresat/oresat-cfc-hardware.git synced 2025-04-05 21:35:09 +00:00

Revamp the CFC hardware repo to keep v1 (giant copper block version) and start v2 (radiator version).

This commit is contained in:
Andrew Greenberg 2022-11-07 19:36:24 -08:00
parent 50040f03b8
commit 49bbaaccb4
10 changed files with 550217 additions and 82937 deletions

39
.gitignore vendored
View File

@ -1,3 +1,10 @@
# PSAS local folders
archive
local-archive
build
gerbers
# Ignore list for Eagle, a PCB layout tool
# Backup files
@ -50,3 +57,35 @@ eagle.epf
# file locks introduced since 7.x
*.lck
.DS_Store
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
oresat-symbols.bak
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv

View File

LOADING design file

File diff suppressed because it is too large Load Diff

View File

@ -1,77 +0,0 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_nets": [
"+3V3"
],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.8399999737739563
},
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
6,
8,
9,
10,
11,
12,
13,
14,
15,
16,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36
],
"visible_layers": "ffdffff_ffffffff",
"zone_display_mode": 0
},
"meta": {
"filename": "cfc_emulator.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}

File diff suppressed because it is too large Load Diff