Shake&Tune เป็นปลั๊กอิน Klipper จากระบบนิเวศของ Klippain ซึ่งได้รับการออกแบบมาเพื่อสร้างการแสดงภาพเชิงลึกเพื่อช่วยคุณแก้ไขปัญหาทางกลไก และมอบเครื่องมือในการปรับเทียบตัวกรองอินพุต Shaper บนเครื่องพิมพ์ 3D ของคุณได้ดียิ่งขึ้น สามารถติดตั้งบนเครื่อง Klipper ใดก็ได้ และไม่จำกัดเฉพาะเครื่องที่ใช้ Klippain เวอร์ชันเต็ม
ตรวจสอบ เอกสารรายละเอียดได้ที่นี่
ทำตามขั้นตอนเหล่านี้เพื่อติดตั้ง Shake&Tune บนเครื่องพิมพ์ของคุณ:
ตรวจสอบให้แน่ใจว่าได้มีมาตรความเร่งที่ใช้งานได้บนเครื่องของคุณและกำหนดส่วน [resonance_tester]
แล้ว คุณสามารถปฏิบัติตามเอกสารประกอบการวัด Resonances Klipper อย่างเป็นทางการเพื่อกำหนดค่า
ติดตั้ง Shake&Tune โดยใช้ SSH บนเครื่องพิมพ์ของคุณ:
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 ที่นี่