Skip to content

Commit

Permalink
Merge pull request #8 from urban-smart-grow/7-remove-cable-cutout-fro…
Browse files Browse the repository at this point in the history
…m-electronics-case

remove cable cutout from electronics case
  • Loading branch information
tekikaito authored Mar 13, 2023
2 parents 167bae4 + d824d9d commit 11c3d62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Empty file modified .devcontainer/setup.sh
100644 → 100755
Empty file.
Binary file modified exports/head_electronics_case.stl
Binary file not shown.
9 changes: 1 addition & 8 deletions src/head_electronics_case.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from cadquery import cq, exporters
from head_tank import add_mount_points
from typing import Callable

bb_width = 58
bb_length = 86
Expand All @@ -13,7 +11,7 @@

length = bb_length + wall * 2
width = bb_width + wall * 2
base_height = wall * 2
base_height = 2

head_electronics_case = (
cq.Workplane('XY')
Expand All @@ -40,11 +38,6 @@
# fillets
.edges('|Z')
.fillet(2)
# bottom hole
.faces('>X')
.edges('<Z')
.workplane(centerOption='CenterOfMass')
.hole(cable_hole_d)
)

if __name__ == '__main__':
Expand Down

0 comments on commit 11c3d62

Please sign in to comment.