mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Add->add, restored context logging and validation
This commit is contained in:
parent
cb05ee97b6
commit
92979fc29c
21 changed files with 210 additions and 239 deletions
|
|
@ -151,7 +151,7 @@ with BuildPart() as box_builder:
|
|||
box = box_builder.part
|
||||
|
||||
with BuildPart() as lid_builder:
|
||||
Add(box_plan.sketch)
|
||||
add(box_plan.sketch)
|
||||
extrude(amount=pocket_t / 2 + bottom_t)
|
||||
with BuildSketch() as pocket:
|
||||
offset(box_plan.sketch, amount=-(wall_t - lip_t), mode=Mode.ADD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue