fix: last unbalancing position mixed up z and x
1 files changed, 1 insertions(+), 1 deletions(-)

M config.py
M config.py +1 -1
@@ 153,7 153,7 @@ UNBALANCING_POSITIONS = {
     (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
 }