Make it fit in the printer
This commit is contained in:
parent
4114adb49a
commit
df1ee0d425
File diff suppressed because it is too large
Load Diff
@ -66,7 +66,7 @@ def model():
|
||||
|
||||
|
||||
left_cutout = cq.Sketch().polygon(
|
||||
[(0, 0), (160, 0), (160, -100), (120, -100), (120, -200), (0, -200), (0, 0)],
|
||||
[(0, 0), (160, 0), (160, -100), (135, -100), (135, -200), (0, -200), (0, 0)],
|
||||
mode="a",
|
||||
)
|
||||
|
||||
@ -83,7 +83,7 @@ right_side = (
|
||||
exporters.export(right_side, "right_side.stl")
|
||||
|
||||
right_cutout = cq.Sketch().polygon(
|
||||
[(160, 0), (width, 0), (width, -height), (120, -height), (120, -100), (160, -100), (160, 0)],
|
||||
[(160, 0), (width, 0), (width, -height), (135, -height), (135, -100), (160, -100), (160, 0)],
|
||||
mode="a",
|
||||
)
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user