summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-04-30 11:24:07 +0200
committerGitHub <noreply@github.com>2023-04-30 11:24:07 +0200
commitd0adf8d01c6de289648cd31435c03d4c3b51933b (patch)
tree78e314fdfc16775c1cd6109a40f13a9718049013 /templates
parenteeb4c46cf278f4847319c8c02dc9cf66e7268142 (diff)
fill to stroke: remve dashed option (#2253)
Diffstat (limited to 'templates')
-rw-r--r--templates/fill_to_stroke.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/fill_to_stroke.xml b/templates/fill_to_stroke.xml
index a61a7880..060b6ab8 100644
--- a/templates/fill_to_stroke.xml
+++ b/templates/fill_to_stroke.xml
@@ -17,7 +17,6 @@
<param name="threshold_mm" type="float" precision="2" min="0" max="500"
gui-text="Threshold for dead ends (mm)"
gui-description="Deletes small lines. A good value in most cases is the approximate line width of the original shape">10</param>
- <param name="dashed_line" type="boolean" gui-text="Dashed line">true</param>
<param name="line_width_mm" type="float" gui-text="Line width (mm)" min="0" max="15" precision="2">0.26</param>
<param name="close_gaps" type="boolean" gui-text="Cut lines: close gaps">false</param>
</page>