fix: Side hinge plate hole position

This commit is contained in:
Leni Aniva 2024-11-20 23:42:03 -08:00
parent 21b3c98856
commit 70fbe7dcb3
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ class Rod(Model):
w = self.height_internal / 2 w = self.height_internal / 2
return ( return (
Cq.Sketch() Cq.Sketch()
.push([(l/2, w/2)]) .push([(0, w/2)])
.rect(l, w) .rect(l, w)
.push([ .push([
(self.hinge_hole_sep / 2, self.hinge_hole_axis_dist), (self.hinge_hole_sep / 2, self.hinge_hole_axis_dist),