Add->add, restored context logging and validation

This commit is contained in:
Roger Maitland 2023-03-23 15:32:15 -04:00
parent cb05ee97b6
commit 92979fc29c
21 changed files with 210 additions and 239 deletions

View file

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