added CoreXZ support for the belt comparison tool

This commit is contained in:
Félix Boisselier
2024-05-23 22:46:43 +02:00
parent 8117e604c5
commit 150a8ee030
2 changed files with 23 additions and 12 deletions

View File

@@ -20,6 +20,8 @@ AXIS_CONFIG = [
{'axis': 'y', 'direction': (0, 1, 0), 'label': 'axis_Y'},
{'axis': 'a', 'direction': (1, -1, 0), 'label': 'belt_A'},
{'axis': 'b', 'direction': (1, 1, 0), 'label': 'belt_B'},
{'axis': 'corexz_x', 'direction': (1, 0, 1), 'label': 'belt_X'},
{'axis': 'corexz_z', 'direction': (-1, 0, 1), 'label': 'belt_Z'},
]