Code cleanup before release (#114)

This commit is contained in:
Félix Boisselier
2024-06-10 23:42:10 +02:00
committed by GitHub
parent 9739f6220e
commit 6db1d394ae
24 changed files with 575 additions and 471 deletions

View File

@@ -8,11 +8,11 @@ KLIPPER_FOLDER = Path.home() / 'klipper'
KLIPPER_LOG_FOLDER = Path.home() / 'printer_data/logs'
RESULTS_BASE_FOLDER = Path.home() / 'printer_data/config/K-ShakeTune_results'
RESULTS_SUBFOLDERS = {
'axesmap': 'axes_map',
'belts': 'belts',
'shaper': 'input_shaper',
'vibrations': 'vibrations',
'staticfreq': 'static_freq',
'axes map': 'axes_map',
'belts comparison': 'belts',
'input shaper': 'input_shaper',
'vibrations profile': 'vibrations',
'static frequency': 'static_freq',
}