You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Klipper Shake&Tune plugin
2
2
3
+
This is a dedicated port of the Klippain Shake&Tune v5.1.1 module for installation on the Qidi Plus4 3D Printer
4
+
3
5
Shake&Tune is a Klipper plugin from the [Klippain](https://github.com/Frix-x/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.
4
6
5
7
Check out the **[detailed documentation here](./docs/README.md)**.
@@ -10,12 +12,18 @@ Check out the **[detailed documentation here](./docs/README.md)**.
10
12
## Installation
11
13
12
14
Follow these steps to install Shake&Tune on your printer:
13
-
1.Be sure to have a working accelerometer on your machine and a `[resonance_tester]` section defined. You can follow the official [Measuring Resonances Klipper documentation](https://www.klipper3d.org/Measuring_Resonances.html) to configure it.
14
-
1. Install Shake&Tune by running over SSH on your printer:
Copy file name to clipboardExpand all lines: docs/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ First, you may want to read the **[input shaping and tuning generalities](./is_t
14
14
15
15
| Shake&Tune command | Resulting graphs example |
16
16
|:------|:-------:|
17
-
|[`AXES_MAP_CALIBRATION`](./macros/axes_map_calibration.md)<br /><br />Verify that your accelerometer is working correctly and automatically find its Klipper's `axes_map` parameter |[<imgsrc="./images/axesmap_example.png">](./macros/axes_map_calibration.md)|
18
17
|[`COMPARE_BELTS_RESPONSES`](./macros/compare_belts_responses.md)<br /><br />Generate a differential belt resonance graph to verify relative belt tensions and belt path behaviors on a CoreXY or CoreXZ printer |[<imgsrc="./images/belts_example.png">](./macros/compare_belts_responses.md)|
19
18
|[`AXES_SHAPER_CALIBRATION`](./macros/axes_shaper_calibrations.md)<br /><br />Create the usual input shaper graphs to tune Klipper's input shaper filters and reduce ringing/ghosting |[<imgsrc="./images/axis_example.png">](./macros/axes_shaper_calibrations.md)|
20
19
|[`CREATE_VIBRATIONS_PROFILE`](./macros/create_vibrations_profile.md)<br /><br />Measure your global machine vibrations as a function of toolhead direction and speed to find problematic ranges where the printer could be exposed to more VFAs in order to optimize your slicer speed profiles and TMC drivers parameters |[<imgsrc="./images/vibrations_example.png">](./macros/create_vibrations_profile.md)|
0 commit comments