Skip to content

Commit be43e98

Browse files
committed
default pipe size
1 parent 58ea55d commit be43e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rv/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DrawingSettings(BaseModel):
2727

2828
scale_reactions: float = 0.1
2929
scale_residuals: float = 1.0
30-
scale_pipes: float = 1.0
30+
scale_pipes: float = 0.01
3131
scale_loads: float = 1.0
3232
scale_selfweight: float = 1.0
3333

0 commit comments

Comments
 (0)