From e5cb4e76f9b7c9b072d15ec43740873ba5464b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Paluch?= Date: Sun, 7 Dec 2025 13:40:09 +0100 Subject: [PATCH] dalsze kroki --- bearing_bracket.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bearing_bracket.py b/bearing_bracket.py index a687a0b..0829e58 100644 --- a/bearing_bracket.py +++ b/bearing_bracket.py @@ -3,6 +3,9 @@ from build123d import * with BuildPart() as p: with BuildSketch() as s: Rectangle(115, 50) + with Locations((0, 0)): + SlotOverall(90, 12, mode=Mode.SUBTRACT) + extrude(amount=15) -show_object(s) +show_object(p)