diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-03-21 19:50:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-21 19:50:07 +0100 |
| commit | eaa5984f9290489d629114b7a59caa574da696b2 (patch) | |
| tree | a92ca150921aac96e7e1379f69eea763b4e1b7a7 /templates | |
| parent | f75db73a2c851e59d0d80d85da78ab1532a0d2cb (diff) | |
add close gap option (#2159)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/fill_to_stroke.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/fill_to_stroke.xml b/templates/fill_to_stroke.xml index 581c4be4..a61a7880 100644 --- a/templates/fill_to_stroke.xml +++ b/templates/fill_to_stroke.xml @@ -19,6 +19,7 @@ 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> <page name="info" gui-text="Help"> <label appearance="header">Fill to Stroke</label> |
