クリッパインシェイクチューン
v4.1.0
Shake&Tune は、Klippain エコシステムの Klipper プラグインで、機械的問題のトラブルシューティングに役立つ洞察力に富んだ視覚化を作成し、3D プリンターの入力シェーパー フィルターをより適切に調整するためのツールを提供するように設計されています。これは、すべての Klipper マシンにインストールでき、完全な Klippain を使用するマシンに限定されません。
ここで詳細なドキュメントを確認してください。
Shake&Tune をプリンタにインストールするには、次の手順に従ってください。
マシン上で加速度センサーが動作し、 [resonance_tester]
セクションが定義されていることを確認してください。公式の Measuring 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 のドキュメントをチェックすることを忘れないでください。