diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-01-28 14:55:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 14:55:10 +0100 |
| commit | dbded7c9b15a652677c04264fe1c6ee281e114ce (patch) | |
| tree | e4963276251e9e1a586113f79959ec5fd5435902 /templates | |
| parent | a5c085f390109a97e39573bcd3906e2cf588a6de (diff) | |
Add lock stitch plan option (#2020)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/stitch_plan_preview.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml index c78089ee..e7a49522 100644 --- a/templates/stitch_plan_preview.xml +++ b/templates/stitch_plan_preview.xml @@ -18,6 +18,8 @@ <option value="2">Lower opacity</option> </param> <param name="needle-points" type="boolean" gui-text="Needle points">false</param> + <param name="insensitive" type="boolean" gui-text="Lock" + gui-description="Make stitch plan insensitive to mouse interactions">false</param> <spacer /> <script> {{ command_tag | safe }} |
