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: docs/software/slicers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,14 @@ For StealthChanger we use standard gcode to change and operate the tools. Many m
41
41
## Slicer Gcodes
42
42
Depending on the slicer's provenance, the internal macro variables can differ. It is important to translate the internal variables in to universal variables Klipper's `PRINT_START` macro can use.
43
43
44
-
The [example PRINT_START macro](../software/ktc-easy/examples.md#__tabbed_9_1) accepts the following parameters:
44
+
The [example PRINT_START macro](../software/ktc-easy/examples.md#print_start) accepts the following parameters:
45
45
46
46
-`TOOL_TEMP` — Temperature for the initially selected tool.
47
47
-`T0_TEMP`, `T1_TEMP`, etc. — Individual temperatures for each tool (only passed if tool is used).
48
48
-`BED_TEMP` — Bed temperature for the first layer.
49
49
-`TOOL` — Initial tool number to start with.
50
50
51
-
See below for custom gcode macros that will send the correct syntax to the [example PRINT_START macro](../software/ktc-easy/examples.md#__tabbed_9_1) for each of the supported slicers.
51
+
See below for custom gcode macros that will send the correct syntax to the [example PRINT_START macro](../software/ktc-easy/examples.md#print_start) for each of the supported slicers.
0 commit comments