better cutting, accounting for shell thickness
This commit is contained in:
parent
1b17c1e585
commit
56c880ffe8
@ -90,8 +90,9 @@ def add(
|
|||||||
cq.Sketch().polygon(
|
cq.Sketch().polygon(
|
||||||
[
|
[
|
||||||
[0, front_thickness],
|
[0, front_thickness],
|
||||||
[actual_height, back_thickness],
|
[shell_t, front_thickness],
|
||||||
[actual_height, 1000],
|
[actual_height + shell_t, back_thickness],
|
||||||
|
[actual_height + shell_t, 1000],
|
||||||
[0, 1000],
|
[0, 1000],
|
||||||
[0, front_thickness],
|
[0, front_thickness],
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user