Skip to content

Commit 0918570

Browse files
authored
Merge pull request #1290 from OctoPrint/update/pausemanagement
update configuration instructions
2 parents 821d72f + 55ddef1 commit 0918570

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

_plugins/pause_management.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,26 @@ Use the + button to inject a configurable pause command at provided height or la
5252

5353
In order for the injection of pause commands to work a configurable layer indicator needs to be added to your slicer's before layer change gcode script.
5454

55-
![prusa screenshot](/assets/img/plugins/pause_management/screenshot_prusa.png)
55+
56+
### PrusaSlicer
5657

5758
For PrusaSlicer that setting can be found in Printer Settings > Custom G-code. You have a couple of options to use based on how you want to enter pause positions in the sidebar.
5859

5960
- **Height**: `@PAUSE_POSITION [layer_z]`
6061
- **Layer Number**: `@PAUSE_POSITION [layer_num]`
6162

63+
![prusa screenshot](/assets/img/plugins/pause_management/screenshot_prusa.png)
64+
65+
### Cura
66+
67+
Thanks to [@CortezSMz](https://github.com/CortezSMz) for this information, setup in Cura will require the Search and Replace post-processing script with the following settings.
68+
69+
- Search: `\;LAYER\:(\d+)`
70+
- Replace: `;LAYER:\1\n@PAUSE_POSITION \1`
71+
- Use Regular Expressions: _must_ be checked.
72+
73+
![prusa screenshot](/assets/img/plugins/pause_management/screenshot_cura.png)
74+
6275
---
6376

6477
## Get Help
Loading

0 commit comments

Comments
 (0)