# HG changeset patch # User Arne Babenhauserheide # Date 1633983634 -7200 # Mon Oct 11 22:20:34 2021 +0200 # Node ID 69c6afef264727de54b62d2f73ea01e270851d78 # Parent e1b1b9fe32b7b834914c0f4294ef9b9f5ca738b5 fix: last unbalancing position mixed up z and x diff --git a/config.py b/config.py --- a/config.py +++ b/config.py @@ -153,7 +153,7 @@ (3, 9, 0): 0.5, # , (3, 10, 0): 0.5, # . (4, 0, 0): 3, # L_Ctrl - (4, 0, 7): 3 # R_Ctrl + (4, 7, 0): 3 # R_Ctrl }