klippain shaketune
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 文档。