diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-11-07 20:13:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-07 20:13:08 +0100 |
| commit | 87403aec4edd9496645556b7358ecc5f02637e6d (patch) | |
| tree | 6248b12a62ba627c9366f70061bed517d2a41a65 /templates | |
| parent | 8d25615ce5cdb84e4ff1a9bf0dafce7b2e85c917 (diff) | |
add stitch plan options (#1418)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/stitch_plan_preview.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml index 57762743..a40f79e0 100644 --- a/templates/stitch_plan_preview.xml +++ b/templates/stitch_plan_preview.xml @@ -11,6 +11,15 @@ </submenu> </effects-menu> </effect> + <param name="move-to-side" type="boolean" gui-text="Move stitch plan beside the canvas">true</param> + <param name="layer-visibility" type="optiongroup" appearance="combo" gui-text="Design layer visibity"> + <option value="0">Unchanged</option> + <option value="1">Hidden</option> + <option value="2">Lower opacity</option> + </param> + <param name="needle-points" type="boolean" gui-text="Needle points">false</param> + <separator /> + <label>Hit Ctrl+Z to undo this action after inspection.</label> <script> {{ command_tag | safe }} </script> |
