From e0debae8ce1748105b982af275ec6ffcdac34bfb Mon Sep 17 00:00:00 2001 From: Kelvin Ly Date: Sat, 22 Mar 2025 08:39:34 -0400 Subject: [PATCH] Add incuts to allow screws to be flush against the top surface --- gantry.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gantry.py b/gantry.py index 8a64a6d..9538064 100644 --- a/gantry.py +++ b/gantry.py @@ -528,7 +528,10 @@ class Carrier: cq.Workplane() .copyWorkplane(carriage.plate.workplaneFromTagged("carriage_plate")) .rect(60, 60) - .extrude(36) + .extrude(28) + .faces(">z") + .rect(32, 60) + .extrude(8) .copyWorkplane( carriage.plate.workplaneFromTagged("carriage_plate").transformed( rotate=(180, 0, 0)