From e19a2f7aff9b2806cfc313f9e42fefdc4086a1df Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 23 Jul 2022 10:16:47 -0300 Subject: [PATCH] Start integrating the hinge (still buggy) --- monitor/rear_mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/rear_mount.py b/monitor/rear_mount.py index a5a6e4f..f84088a 100644 --- a/monitor/rear_mount.py +++ b/monitor/rear_mount.py @@ -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)