fixed CoreXZ kinematics in vibrations measurement tool

This commit is contained in:
Félix Boisselier
2024-05-24 09:26:29 +02:00
parent 339e8a6d7c
commit 0e96b36703
2 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ def create_vibrations_profile(gcmd, config, st_thread: ShakeTuneThread) -> None:
main_angles = [45, 135]
else:
gcmd.error(
'Only Cartesian and CoreXY kinematics are supported at the moment for the vibrations measurement tool!'
'Only Cartesian, CoreXY and CoreXZ kinematics are supported at the moment for the vibrations measurement tool!'
)
ConsoleOutput.print(f'{motors_config_parser.kinematics.upper()} kinematics mode')