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