cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 0bee80f582 - Show all commits

View File

@ -148,11 +148,11 @@ class Handle:
result
.union(
thread
.moved(Cq.Vector(0, 0, self.connector_length / 2)))
.located(Cq.Location((0, 0, self.connector_length / 2))))
.union(
thread
.rotate((0,0,0), (1,0,0), angleDegrees=90)
.moved(Cq.Vector(0, 0, -self.connector_length / 2)))
.located(Cq.Location((0, 0, -self.connector_length / 2))))
)
return result
@ -179,7 +179,7 @@ class Handle:
result
.union(
thread
.moved(Cq.Vector(0, 0, self.connector_length / 2)))
.located(Cq.Location((0, 0, self.connector_length / 2))))
)
return result