pete
/
psc
1
0
Fork 0

Bugfix: top pan @ S400 w/ STNS

master
Pete Ley 1 month ago
parent 3ce85a4f47
commit bfce3b3a46

@ -703,7 +703,7 @@ Called by %calc-stair-pans"
("sty" "vhvh")
("off" #(cond
((not (stair-stn-p)) '(0.0 0.0))
((= stn_style "STNC3") '(0.0 -0.125))
((member stn_style '("STNC3" "STNS")) '(0.0 -0.125))
(T '(0.125 -0.125))))
("ind" #(list (1- rise_qty)))
("ang" #(angle '(0 0) (list (- rise_hgt (?f stn_thick)) k_dist)))

Loading…
Cancel
Save