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
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,10 @@ This helps [Klipper](https://github.com/Klipper3d/klipper) with ToolChanging fun
29
29
30
30
This is a complete rewrite of [KTCC v.1](https://github.com/TypQxQ/Klipper_ToolChanger) to be more versatile and have indefinite levels of toolchangers. Inspiration comes mainly from how RRF enables toolchanging and from the HappyHare project.
31
31
32
-
# !!!!!!!!!!!!!!!!!!!!!!!!!!
33
-
# This is still under development
34
-
Published for preview.
35
-
The code works but the documentation is not finished yet.
36
-
# !!!!!!!!!!!!!!!!!!!!!!!!!!
37
-
38
32
I welcome any and all input and contributions. Don't be afraid to make a pull request :D
39
33
34
+
Complex code example is still under construction.
35
+
40
36
Thank you!
41
37
42
38
##  Table of Contents
@@ -177,5 +173,12 @@ States can be set like: `KTC_SET_STATE TOOLCHANGER={myself.name} STATE=READY`
177
173
-`ACTIVE` - Tool is active as main engaged tool for ktc.
178
174
179
175
##  Example configuration
180
-
My corrent configuration is for v.2 where work progresses fast.
176
+
My current configuration can be refferenced here: https://github.com/TypQxQ/DuetBackup/tree/main/qTC-Klipper
177
+
178
+
##  Related projects
179
+
-[kTAMV - Klipper Tool Alignment (using) Machine Vision](https://github.com/TypQxQ/kTAMV) allows X and Y allignment betwween multiple tools on a 3D printer using a camera that points up towards the nozzle from inside Klipper.
180
+
181
+
-[KnobProbe](https://github.com/TypQxQ/KnobProbe_Klipper) allows Z allignment between multiple tools.
182
+
183
+
-[Query Endstop Continuesly in Klipper](https://github.com/TypQxQ/Query-Endstop-Continuesly-in-Klipper) Klipper module that adds a G-code command so Klipper will pause until specified endstop is in selected state, triggered or not triggered. Alternativley it can query a specified amount of times.
0 commit comments