fix: Orientation of left wing

This commit is contained in:
Leni Aniva 2024-07-24 15:15:58 -07:00
parent b8c6fb51fd
commit b6d429d272
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

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