cosplay: Touhou/Shiki Eiki #7

Open
aniva wants to merge 11 commits from touhou/shiki-eiki into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 70fbe7dcb3 - Show all commits

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),