克里普潘搖曲
v4.1.0
Shake&Tune 是來自 Klippain 生態系統的 Klipper 插件,旨在創建富有洞察力的可視化效果,幫助您解決機械問題,並為您提供工具來更好地校準 3D 列印機上的輸入整形器濾波器。它可以安裝在任何 Klipper 機器上,並且不限於使用完整 Klippain 的機器。
在此處查看詳細文件。
請依照以下步驟在印表機上安裝 Shake&Tune:
確保您的電腦上有一個可用的加速度計並定義了[resonance_tester]
部分。您可以按照Measurement Resonances Klipper 官方文件進行設定。
透過在印表機上執行 SSH 來安裝 Shake&Tune:
wget -O - https://raw.githubusercontent.com/Frix-x/klippain-shaketune/main/install.sh |巴什
然後,將以下內容附加到您的printer.cfg
檔案中並重新啟動 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.
不要忘記查看此處的 Shake&Tune 文件。