diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-10-24 20:08:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-24 20:08:06 +0200 |
| commit | 7b3ae71ad94e2f8b0db51be40a764751015671f1 (patch) | |
| tree | dedd2c4da9811a543c0cd697a6ea85a8ccb5e93e /templates/troubleshoot.xml | |
| parent | 280a04289fbcf30d0ef6509a7738d99e64ae288b (diff) | |
Troubleshoot: add display options (errors, warnings, type warnings) (#3969)
* troubleshoot: add display options (errors, warnings, type warnings)
* add checked for errortype message when valid
Diffstat (limited to 'templates/troubleshoot.xml')
| -rw-r--r-- | templates/troubleshoot.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/troubleshoot.xml b/templates/troubleshoot.xml index a958b5bd..f4e839fe 100644 --- a/templates/troubleshoot.xml +++ b/templates/troubleshoot.xml @@ -6,6 +6,17 @@ <param name="notebook" type="notebook"> <page name="options" gui-text="Options"> + <label>Display</label> + <param name="show-errors" type="boolean" gui-text="Errors" indent="1" + gui-description="Problems that will prevent the shape from being embroidered.">true</param> + <param name="show-warnings" type="boolean" gui-text="Warnings" indent="1" + gui-description="Problems that may lead to incorrect stitch paths.">true</param> + <param name="show-type-warning" type="boolean" gui-text="Object type warning" indent="1" + gui-description="Warns about unemboiderable object types.">true</param> + <spacer /> + <separator /> + <spacer /> + <label>Size settings</label> <param name="pointer-size" type="float" gui-text="Pointer size (mm)" min="1" max="800" precision="2">5</param> <param name="font-size" type="float" gui-text="Font size (mm)" min="1" max="800" precision="2">2</param> </page> |
