Skip to content

Commit 210135c

Browse files
committed
rails height
1 parent 94a8375 commit 210135c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node_scripts/SNLite_templates/utils/stair_generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
in stair_width s d=1.5 n=2
33
in floor_height s d=[3.3] n=1
44
in distance_between_flights s d=0.15 n=2
5+
in rail s d=1.05 n=2
56
in platethick s d=0.15 n=2
67
in railthick s d=0.05 n=2
78
enum = CONSTLEN SHRINK
@@ -36,7 +37,7 @@ def create_staircase(stair_width, floor_height, distance_between_flights):
3637
slope_ratio = 2.0
3738
keep_length = self.custom_enum
3839
mode = self.custom_enum_2
39-
rail = 0.9
40+
#rail = 0.9
4041

4142
# Общая ширина конструкции (два марша + зазор)
4243
total_width = (2 * stair_width) + distance_between_flights

0 commit comments

Comments
 (0)