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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,18 +76,14 @@ Thank you!
76
76
### 1\. Automatic install with Moonraker Autoupdate Support
77
77
This plugin assumes that you installed Klipper into your home directory (usually `/home/pi`).
78
78
79
-
1) Clone this repo into your home directory where Klipper is installed:
79
+
Connect to your klipper machine using SSH and run these command:
80
80
```
81
-
cd ~
82
-
git clone https://github.com/TypQxQ/KTC.git
81
+
cd ~/ && git clone https://github.com/TypQxQ/KTC.git && bash ~/KTC/install.sh
83
82
```
84
83
85
-
2) Run the `install.sh` script
86
-
```
87
-
~/KTC/install.sh
88
-
```
84
+
This will install and configure everything.
89
85
90
-
If you encouter errors after an automatic Klipper update you can safetly run the `install.sh` scipt again to repair the links to the extension.
86
+
If you encouter errors after an automatic Klipper update you can safetly run the `install.sh` scipt inside the KTC directory again to repair the links to the extension.
91
87
92
88
### 2\. Manual Install
93
89
Copy or link the python (`*.py`) files into the `\klipper\klippy\extras` directory. Assuming Then restart Klipper to pick up the extensions.
0 commit comments