Make it fit in the printer

This commit is contained in:
Roberto Alsina 2022-11-15 16:04:54 -03:00
parent 4114adb49a
commit df1ee0d425
3 changed files with 650 additions and 650 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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