Skip to content

Commit 70da712

Browse files
committed
Merge branch 'main' of https://github.com/rkolbi/voron2.4
2 parents 8774c1d + da3548f commit 70da712

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tap-Tap-Sensorless-Huvud/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,16 @@ The following optional parameters can be specified, or the values set in "printe
4343
<br>
4444
<br>
4545

46+
**LC_PAUSE (On Layer Change Pause)**:
47+
48+
LC_PAUSE macro will toggle on/off the Pause on the next layer flag. If no LAYER value is passed, the flag will be set to pause on the next layer change. If a LAYER is passed, a pause on layer change will occur when the slicer's passed layer value (_LAYER_CHANGE LAYER={layer_num}) is equal to the user's LAYER passed with this macro. If Pause on the next layer has already been set, executing the macro will toggle the Pause on the next layer to OFF.
49+
4650
The **After Layer Change G-code** block in SuperSlicer should contain the following to enable the Pause on the next Layer Change (LC_PAUSE) command:
4751

4852
```
4953
_LAYER_CHANGE LAYER={layer_num}
5054
```
5155

52-
LC_PAUSE macro will toggle on/off the Pause on the next layer flag. If no LAYER value is passed, the flag will be set to pause on the next layer change. If a LAYER is passed, a pause on layer change will occur when the slicer's passed layer value (_LAYER_CHANGE LAYER={layer_num}) is equal to the user's LAYER passed with this macro. If Pause on the next layer has already been set, executing the macro will toggle the Pause on the next layer to OFF.
5356
<br>
5457
<br>
5558

0 commit comments

Comments
 (0)