pete
/
psc
1
0
Fork 0

Bugfix: STNS thickness

master
Pete Ley 1 month ago
parent bfce3b3a46
commit 70073c8d6f

@ -174,7 +174,7 @@
(add "stn_thick" 0.1875)
(add "stn_len" 2.0))
((= stn_style "STNS")
(add "stn_thick" 0.0817)
(add "stn_thick" 0.125)
(add "stn_len" 1.5))
((= stn_style "STNRS")
(add "stn_thick" 0.0817)

@ -1,8 +1,8 @@
;; Functions to update the stair XDATA specification over time
(setq stair-version 22)
(setq stair-version 23)
;; derived-key only migrations: 5-9, 11, 13-16, 19-20, 22
;; derived-key only migrations: 5-9, 11, 13-16, 19-20, 22-23
;; add bolt spacing and remove extraneous keys
(defun stair-migration-1 (data / conn-series)

Loading…
Cancel
Save