-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comments, OpenSCAD sources, README updates (#8)
* Improved comments in main.cpp * Added KiCAD project for the Plant1337 PCB * OpenSCAD models additions and fixes * reservoir insert * moisture sensor cap. * fixed Ebox * updated README
- Loading branch information
Showing
46 changed files
with
89,869 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ secrets*.yaml | |
.dir-locals.el | ||
*.old | ||
/box/plant1337.3mf | ||
/KiCAD/Plant1337-backups/ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
{ | ||
"board": { | ||
"active_layer": 0, | ||
"active_layer_preset": "", | ||
"auto_track_width": true, | ||
"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, | ||
"zones": 0.6 | ||
}, | ||
"selection_filter": { | ||
"dimensions": true, | ||
"footprints": true, | ||
"graphics": true, | ||
"keepouts": true, | ||
"lockedItems": false, | ||
"otherItems": true, | ||
"pads": true, | ||
"text": true, | ||
"tracks": true, | ||
"vias": true, | ||
"zones": true | ||
}, | ||
"visible_items": [ | ||
0, | ||
1, | ||
2, | ||
3, | ||
4, | ||
5, | ||
8, | ||
9, | ||
10, | ||
11, | ||
12, | ||
13, | ||
15, | ||
16, | ||
17, | ||
18, | ||
19, | ||
20, | ||
21, | ||
22, | ||
23, | ||
24, | ||
25, | ||
26, | ||
27, | ||
28, | ||
29, | ||
30, | ||
32, | ||
33, | ||
34, | ||
35, | ||
36, | ||
39, | ||
40 | ||
], | ||
"visible_layers": "fffffff_fffffffd", | ||
"zone_display_mode": 0 | ||
}, | ||
"git": { | ||
"repo_password": "", | ||
"repo_type": "", | ||
"repo_username": "", | ||
"ssh_key": "" | ||
}, | ||
"meta": { | ||
"filename": "Plant1337.kicad_prl", | ||
"version": 3 | ||
}, | ||
"project": { | ||
"files": [] | ||
} | ||
} |
Oops, something went wrong.