Shake&Tune es un complemento de Klipper del ecosistema Klippain, diseñado para crear visualizaciones detalladas que lo ayudarán a solucionar sus problemas mecánicos y brindarle herramientas para calibrar mejor los filtros formadores de entrada en su impresora 3D. Se puede instalar en cualquier máquina Klipper y no se limita a aquellas que utilizan Klippain completo.
Consulte la documentación detallada aquí .
Siga estos pasos para instalar Shake&Tune en su impresora:
Asegúrese de tener un acelerómetro que funcione en su máquina y una sección [resonance_tester]
definida. Puede seguir la documentación oficial de Medición de resonancias de Klipper para configurarlo.
Instale Shake&Tune ejecutando SSH en su impresora:
wget -O - https://raw.githubusercontent.com/Frix-x/klippain-shaketune/main/install.sh | intento
Luego, agregue lo siguiente a su archivo printer.cfg
y reinicie Klipper:
[shaketune] # result_folder: ~/printer_data/config/ShakeTune_results # The folder where the results will be stored. It will be created if it doesn't exist. # number_of_results_to_keep: 3 # The number of results to keep in the result_folder. The oldest results will # be automatically deleted after each runs. # keep_raw_csv: False # If True, the raw CSV files will be kept in the result_folder alongside the # PNG graphs. If False, they will be deleted and only the graphs will be kept. # show_macros_in_webui: True # Mainsail and Fluidd doesn't create buttons for "system" macros that are not in the # printer.cfg file. If you want to see the macros in the webui, set this to True. # timeout: 300 # The maximum time in seconds to let Shake&Tune process the CSV files and generate the graphs.
No olvides consultar la documentación de Shake&Tune aquí .