Shake&Tune é um plugin Klipper do ecossistema Klippain, projetado para criar visualizações perspicazes para ajudá-lo a solucionar seus problemas mecânicos e fornecer ferramentas para calibrar melhor os filtros do modelador de entrada em sua impressora 3D. Ele pode ser instalado em qualquer máquina Klipper e não está limitado àqueles que usam o Klippain completo.
Confira a documentação detalhada aqui .
Siga estas etapas para instalar o Shake&Tune em sua impressora:
Certifique-se de ter um acelerômetro funcionando em sua máquina e uma seção [resonance_tester]
definida. Você pode seguir a documentação oficial do Measuring Resonances Klipper para configurá-lo.
Instale o Shake&Tune executando SSH na sua impressora:
wget -O - https://raw.githubusercontent.com/Frix-x/klippain-shaketune/main/install.sh | festa
Em seguida, anexe o seguinte ao seu arquivo printer.cfg
e reinicie o 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.
Não se esqueça de verificar a documentação do Shake&Tune aqui .