Add incuts to allow screws to be flush against the top surface
This commit is contained in:
parent
19afdeb647
commit
e0debae8ce
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue