fix corexz vibration tool error

This commit is contained in:
Félix Boisselier
2024-05-24 16:08:25 +02:00
parent ee9d9f994a
commit e680a7ee6b
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ class ShakeTuneThread(threading.Thread):
# This function run in a thread is used to do the CSV analysis and create the graphs
def _shaketune_thread(self, graph_creator) -> None:
# Trying to reduce the Shake&Tune prost-processing thread priority to avoid slowing down the main Klipper process
# Trying to reduce the Shake&Tune post-processing thread priority to avoid slowing down the main Klipper process
# as this could lead to random "Timer too close" errors when already running CANbus, etc...
try:
os.nice(20)