Skip to content

Commit 7020dff

Browse files
authored
Merge pull request #1364 from jneilliii/update/pause_management
2 parents 034ccdb + 3bf9a51 commit 7020dff

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

_plugins/pause_management.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Use the + button to inject a configurable pause command at provided height or la
4545
![screenshot settings](/assets/img/plugins/pause_management/screenshot_settings.png)
4646

4747
- `Pause Command to Ignore`: Configure this setting to match the pause command used by your slicer. This is what will be ignored when the toggle button in the sidebar is enabled.
48-
- `Pause Command to Inject`: Configure this setting as the pause command that you want to send at given pause positions in the sidebar.
48+
- `Pause Command to Inject`: Configure this setting as the pause command that you want to send at given pause positions in the sidebar. For firmware that is missing M601 you can use `@PAUSE` for files printed from OctoPrint.
4949
- `Layer Indicator`: Configure this setting to match the custom command added to your slicer to let the plugin know what height or layer number the print is at. This is used to match against the pause positions added in the sidebar. See the Slicer Setup section below for more details.
5050

5151
## Slicer Setup
@@ -70,7 +70,16 @@ Thanks to [@CortezSMz](https://github.com/CortezSMz) for this information, setup
7070
- Replace: `;LAYER:\1\n@PAUSE_POSITION \1`
7171
- Use Regular Expressions: _must_ be checked.
7272

73-
![prusa screenshot](/assets/img/plugins/pause_management/screenshot_cura.png)
73+
![cura screenshot](/assets/img/plugins/pause_management/screenshot_cura.png)
74+
75+
### Simplify3D
76+
77+
Thanks to [@mjfuchs71](https://github.com/mjfuchs71) for this information, for Simplify3D you use a layer change script process. You have a couple of options to use based on how you want to enter pause positions in the sidebar.
78+
79+
- **Height**: `@PAUSE_POSITION [current_Z_position]`
80+
- **Layer Number**: `@PAUSE_POSITION [current_layer_number]`
81+
82+
![Simplify3D screenshot](/assets/img/plugins/pause_management/screenshot_simplify3d.png)
7483

7584
---
7685

62.8 KB
Loading

0 commit comments

Comments
 (0)