Skip to content

Klipper streamlined input shaper workflow and calibration tools for the Qidi Plus 4

License

Notifications You must be signed in to change notification settings

stew675/klippain-shaketune-for-qidi-plus4

 
 

Repository files navigation

Klipper Shake&Tune plugin for Qidi Plus 4

Shake&Tune is a Klipper plugin from the Klippain ecosystem, designed to create insightful visualizations to help you troubleshoot your mechanical problems and give you tools to better calibrate the input shaper filters on your 3D printer. It can be installed on any Klipper machine and is not limited to those using the full Klippain.

Check out the detailed documentation here.

logo banner

Attribution

This repository is a fork of https://github.com/Frix-x/klippain-shaketune version 4.1.0 and modified for deployment upon the Qidi Plus 4 3D Printer. All thanks for Frix-x for their work on this project

Installation

Follow these steps to install Shake&Tune on your printer:

  1. The Qidi Plus 4 already comes pre-installed with a working accelerometer and by default is configured with it enabled, and so there should be no additional work required for Klippain Shake & Tune to use it.

  2. Install Shake&Tune by running over SSH on your printer:

    cd /home/mks && wget -O - https://raw.githubusercontent.com/stew675/klippain-shaketune-for-qidi-plus4/main/install.sh | bash
  3. Then, append the following to your printer.cfg file and restart Klipper:

    [shaketune]
    timeout: 1200
    #    The maximum time in seconds to let Shake&Tune process the CSV files and generate the graphs.
    # 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.
    
    

Documentation

Don't forget to check out Shake&Tune documentation here.

About

Klipper streamlined input shaper workflow and calibration tools for the Qidi Plus 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%