changed branding to K-Shake&Tune
This commit is contained in:
4
K-ShakeTune/IS_workflow_cmd.cfg
Normal file
4
K-ShakeTune/IS_workflow_cmd.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[gcode_shell_command plot_graph]
|
||||||
|
command: ~/printer_data/config/K-ShakeTune/scripts/is_workflow.py
|
||||||
|
timeout: 600.0
|
||||||
|
verbose: True
|
||||||
@@ -35,7 +35,7 @@ import tarfile
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
#################################################################################################################
|
#################################################################################################################
|
||||||
RESULTS_FOLDER = os.path.expanduser('~/printer_data/config/KISSY_results')
|
RESULTS_FOLDER = os.path.expanduser('~/printer_data/config/K-ShakeTune_results')
|
||||||
KLIPPER_FOLDER = os.path.expanduser('~/klipper')
|
KLIPPER_FOLDER = os.path.expanduser('~/klipper')
|
||||||
STORE_RESULTS = 3
|
STORE_RESULTS = 3
|
||||||
#################################################################################################################
|
#################################################################################################################
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[gcode_shell_command plot_graph]
|
|
||||||
command: ~/printer_data/config/KISSY/scripts/is_workflow.py
|
|
||||||
timeout: 600.0
|
|
||||||
verbose: True
|
|
||||||
16
README.md
16
README.md
@@ -1,8 +1,8 @@
|
|||||||
# KISSY: Klippain Input Shaper SYstem
|
# Klippain Shake&Tune Module
|
||||||
|
|
||||||
KISSY *Klippain Input Shaper System* is a module from the [Klippain](https://github.com/Frix-x/klippain) ecosystem, designed to automate and calibrate the input shaper system on your Klipper 3D printer with a streamlined workflow and insightful vizualisations.
|
This Klippain "Shake&Tune" repository is a standalone module from the [Klippain](https://github.com/Frix-x/klippain) ecosystem, designed to automate and calibrate the input shaper system on your Klipper 3D printer with a streamlined workflow and insightful vizualisations.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
It operates in two steps:
|
It operates in two steps:
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ It operates in two steps:
|
|||||||
|
|
||||||
> **Note**:
|
> **Note**:
|
||||||
>
|
>
|
||||||
> KISSY is part of the [Klippain](https://github.com/Frix-x/klippain) ecosystem. If you already have a full Klippain installation on your machine, no additional installation is required for you!
|
> This module is part of the [Klippain](https://github.com/Frix-x/klippain) ecosystem. If you already have a full Klippain installation on your machine, no additional installation is required for you!
|
||||||
|
|
||||||
If needed, refer to [my IS graphs documentation](./docs/input_shaper.md) for tips on interpreting the generated graphs.
|
If needed, refer to [my IS graphs documentation](./docs/input_shaper.md) for tips on interpreting the generated graphs.
|
||||||
|
|
||||||
@@ -25,10 +25,10 @@ If needed, refer to [my IS graphs documentation](./docs/input_shaper.md) for tip
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
For those not using the full [Klippain](https://github.com/Frix-x/klippain), follow these steps to integrate KISSY in your setup:
|
For those not using the full [Klippain](https://github.com/Frix-x/klippain), follow these steps to integrate this Shake&Tune module in your setup:
|
||||||
1. Add the [KISSY folder](./KISSY/) and its contents to the root of your config directory (e.g., `~/printer_data/config/`).
|
1. Add the [K-ShakeTune folder](./K-ShakeTune/) and its contents to the root of your config directory (e.g., `~/printer_data/config/`).
|
||||||
2. Ensure the `gcode_shell_command.py` Klipper extension is installed. Use the advanced section of [KIAUH](https://github.com/dw-0/kiauh) for a straightforward installation.
|
2. Ensure the `gcode_shell_command.py` Klipper extension is installed. Use the advanced section of [KIAUH](https://github.com/dw-0/kiauh) for a straightforward installation.
|
||||||
3. Make the scripts executable via SSH within the folder (`cd ~/printer_data/config/KISSY/scripts`):
|
3. Make the scripts executable via SSH within the folder (`cd ~/printer_data/config/K-ShakeTune/scripts`):
|
||||||
```bash
|
```bash
|
||||||
chmod +x ./is_workflow.py
|
chmod +x ./is_workflow.py
|
||||||
chmod +x ./graph_belts.py
|
chmod +x ./graph_belts.py
|
||||||
@@ -37,7 +37,7 @@ For those not using the full [Klippain](https://github.com/Frix-x/klippain), fol
|
|||||||
```
|
```
|
||||||
4. Append the following to your `printer.cfg` file:
|
4. Append the following to your `printer.cfg` file:
|
||||||
```
|
```
|
||||||
[include KISSY/*.cfg]
|
[include K-ShakeTune/*.cfg]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
BIN
docs/banner.png
Normal file
BIN
docs/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 971 KiB |
BIN
docs/kissy.png
BIN
docs/kissy.png
Binary file not shown.
|
Before Width: | Height: | Size: 955 KiB |
Reference in New Issue
Block a user