Skip to content

Commit 5a099bb

Browse files
committed
change default minirbsewing allownace
1 parent 5c3a44d commit 5a099bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openglider/glider/rib/minirib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MiniRib:
2424
chord: float = 0.3
2525
name: str="unnamed_minirib"
2626
material_code: str="unnamed_material"
27-
seam_allowance: Length = Length("10mm")
27+
seam_allowance: Length = Length("6mm")
2828
trailing_edge_cut: Length = Length("20mm")
2929
mrib_num: int = 0
3030
function: euklid.vector.Interpolation = Field(default_factory=lambda: euklid.vector.Interpolation([]))

0 commit comments

Comments
 (0)