cosplay: Touhou/Houjuu Nue #4

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

View File

@ -636,7 +636,7 @@ class WingProfile(Model):
profile, self.panel_thickness, tags, reverse=front) profile, self.panel_thickness, tags, reverse=front)
@submodel(name="spacer-s1-shoulder") @submodel(name="spacer-s1-shoulder")
def spacer_s1_shoulder(self) -> MountingBox: def spacer_s1_shoulder(self) -> MountingBox:
sign = -1 if self.flip else 1 sign = 1#-1 if self.flip else 1
holes = [ holes = [
Hole(x=sign * x) Hole(x=sign * x)
for x in self.shoulder_joint.child_conn_hole_pos for x in self.shoulder_joint.child_conn_hole_pos