Skip to content

Commit

Permalink
Update: watering library.json, ebox hook, reservoir insert (#10)
Browse files Browse the repository at this point in the history
- EBox hook: make top thicker for robustness
- Rservoir insert: 4-pump version
  • Loading branch information
chl33 authored Oct 1, 2024
1 parent e0120ef commit 1009735
Show file tree
Hide file tree
Showing 5 changed files with 29,511 additions and 12,879 deletions.
6 changes: 3 additions & 3 deletions lib/watering/library.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "watering",
"version": "0.1.1",
"version": "0.2.0",
"description": "Watering control for Plant1337",
"authors": [
{
"name": "Chris Lee",
"email": "[email protected]",
"url": "https://selectiveappeal.org/",
"url": "https://github.com/chl33/Plant133",
"maintainer": true
}
],
"dependencies": {
"og3": "0.1.5"
"og3": "0.2.0"
},
"license": "MIT",
"frameworks": "*",
Expand Down
4 changes: 2 additions & 2 deletions scad/ebox_hook/hook.scad
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module plantl33_hook() {
// Inside reservoir.
translate([0, 0, -sep]) cube([5, inner_dims[1], wall_thickness]);
// Top of the hook, spaning the reservoir wall.
translate([-wall_thickness+epsilon, 0, -sep])
cube([wall_thickness, inner_dims[1], wall_thickness+sep+screw_head_height]);
translate([-2*wall_thickness+epsilon, 0, -sep])
cube([wall_thickness*2, inner_dims[1], wall_thickness+sep+screw_head_height]);
}
}
Binary file modified scad/ebox_hook/print_hook.stl
Binary file not shown.
2 changes: 1 addition & 1 deletion scad/reservoir_insert/gui.scad
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ show_vitamins = true;
// :GUI:
show_insert = true;
// :GUI:int:1:4:
num_pumps = 2;
num_pumps = 4;
Loading

0 comments on commit 1009735

Please sign in to comment.