클리페인 셰이크튠
v4.1.0
Shake&Tune은 기계 문제를 해결하는 데 도움이 되는 통찰력 있는 시각화를 생성하고 3D 프린터의 입력 셰이퍼 필터를 더 잘 보정할 수 있는 도구를 제공하도록 설계된 Klippain 생태계의 Klipper 플러그인입니다. 모든 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 문서를 확인하는 것을 잊지 마세요.