Start integrating the hinge (still buggy)

This commit is contained in:
Roberto Alsina 2022-07-23 10:16:47 -03:00
parent 10bac1c4ed
commit e19a2f7aff
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ rear_mount = (
.cutBlind(-screw_head_h)
# Hinge integration
.faces(">X")
.workplane(centerOption="CenterOfBoundBox", offset=-(rear_mount_width-22)/2)
.workplane(centerOption="CenterOfBoundBox", offset=-(rear_mount_width-20)/2)
.transformed(rotate=cq.Vector(0, 0, 90))
.center(-hinge_s / 2, rear_mount_thickness / 2)
.placeSketch(hinge_profile_1)