diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-06-05 21:14:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 21:14:34 +0200 |
| commit | d0bfd15c8b286a818ee95a7ca069e2c486bf9d69 (patch) | |
| tree | b26bbcb820ccc66b0df683ea86f4fc382654cced /templates | |
| parent | 547237d50a201e7768ea3701f51c3d7036eb7f13 (diff) | |
Select embroidery elements: disable live preview (#3778)
* select embroidery elements: disable live preview
* add to help text: run multiple times
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/select_elements.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/select_elements.xml b/templates/select_elements.xml index a51c5a56..8be3766e 100644 --- a/templates/select_elements.xml +++ b/templates/select_elements.xml @@ -90,16 +90,19 @@ <spacer /> <label appearance="header">Troubleshoot</label> <spacer /> - <label>If this isn't working for you, you may need to insert your path to a python executable manualy.</label> + <label>If it isn't working:</label> <spacer /> - <label>* Windows: Open the "Command Prompt" and type "where python". Copy the path and paste it here.</label> - <label>* Linux: Open the command line and type "which python3". Copy the path and paste it here.</label> - <label>* macOS: doesn't work, sorry</label> - <param name="python-path" type="string" gui-text="Python Path"></param> + <label>1. Hit the apply button multiple times. </label> + <label>2. If it still isn't working, you may need to insert your path to a python executable manualy.</label> + <label indent="1">* Windows: Open the "Command Prompt" and type "where python". Copy the path and paste it here.</label> + <label indent="1">* Linux: Open the command line and type "which python3". Copy the path and paste it here.</label> + <label indent="1">* macOS: doesn't work, sorry</label> + <spacer /> + <param indent="1" name="python-path" type="string" gui-text="Python Path"></param> </page> </param> - <effect> + <effect needs-live-preview="false"> <object-type>all</object-type> <icon>{{ icon_path }}inx/select_elements.svg</icon> <effects-menu> |
