klippain Shaketune
v4.1.0
Shake&Tune هو مكون إضافي لـ Klipper من نظام Klippain البيئي، وهو مصمم لإنشاء تصورات ثاقبة لمساعدتك في استكشاف مشكلاتك الميكانيكية وإصلاحها وتزويدك بالأدوات اللازمة لمعايرة مرشحات تشكيل الإدخال على الطابعة ثلاثية الأبعاد بشكل أفضل. يمكن تثبيته على أي جهاز من أجهزة Klipper ولا يقتصر على أولئك الذين يستخدمون برنامج Klippain الكامل.
تحقق من الوثائق التفصيلية هنا .
اتبع هذه الخطوات لتثبيت Shake&Tune على طابعتك:
تأكد من وجود مقياس تسارع فعال على جهازك وتحديد قسم [resonance_tester]
. يمكنك اتباع وثائق Measuring 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 هنا .