Add incuts to allow screws to be flush against the top surface

This commit is contained in:
Kelvin Ly 2025-03-22 08:39:34 -04:00
parent 19afdeb647
commit e0debae8ce
1 changed files with 4 additions and 1 deletions

View File

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