fix: Side hinge plate hole position
This commit is contained in:
parent
21b3c98856
commit
70fbe7dcb3
|
@ -438,7 +438,7 @@ class Rod(Model):
|
|||
w = self.height_internal / 2
|
||||
return (
|
||||
Cq.Sketch()
|
||||
.push([(l/2, w/2)])
|
||||
.push([(0, w/2)])
|
||||
.rect(l, w)
|
||||
.push([
|
||||
(self.hinge_hole_sep / 2, self.hinge_hole_axis_dist),
|
||||
|
|
Loading…
Reference in New Issue