summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2025-08-24 09:14:09 -0400
committerGitHub <noreply@github.com>2025-08-24 09:14:09 -0400
commitdbef888e4d07fbd8dd840d160266768e41c894a2 (patch)
tree5a71672ecb8e55457c088da0dcd88a9d51d8607e /templates
parentc6c10ad642b92c5dd2687d4b6b48b1b4b36c8de7 (diff)
fix crash with tiny satin (#3934)
* avoid crash on tiny satin * cleanup small satins too * fix #3933 --------- Co-authored-by: Kaalleen <reni@allenka.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/cleanup.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/cleanup.xml b/templates/cleanup.xml
index 51bd94e3..97c7a755 100644
--- a/templates/cleanup.xml
+++ b/templates/cleanup.xml
@@ -12,6 +12,9 @@
<param name="rm_stroke" type="boolean" gui-text="Remove Small strokes"
gui-description="Removes small strokes shorter than defined by threshold.">true</param>
<param name="stroke_threshold" type="int" gui-text="Stroke threshold (px)" min="2" max="800">5</param>
+ <param name="rm_satin" type="boolean" gui-text="Remove Small satins"
+ gui-description="Removes small satin columns shorter than defined by threshold.">true</param>
+ <param name="satin_threshold" type="int" gui-text="Satin threshold (px)" min="2" max="800">5</param>
<param name="rm_groups" type="boolean" gui-text="Remove empty layers and groups">true</param>
<spacer />
<separator />