dalsze kroki

This commit is contained in:
Rafał Paluch 2025-12-07 13:40:09 +01:00
parent a2c4bcf2e4
commit e5cb4e76f9
1 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ from build123d import *
with BuildPart() as p: with BuildPart() as p:
with BuildSketch() as s: with BuildSketch() as s:
Rectangle(115, 50) Rectangle(115, 50)
with Locations((0, 0)):
SlotOverall(90, 12, mode=Mode.SUBTRACT)
extrude(amount=15)
show_object(s) show_object(p)