diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-04 09:59:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 09:59:23 +0100 |
| commit | 6393f248d2198331e29e3fc28190cb5a51945184 (patch) | |
| tree | ab32da4517cedc6137e3e937787da0abb47c82db /templates | |
| parent | e87833b1253614fe28198aa9f5c4dfcc053a650b (diff) | |
Fill to satin: multi-bridge (#3547)
* fill to satin: multi-bridge
* accept bridged(!) rungs which are not cutting the outline twice
* keep originals => keep fills only (this will be more often the use case)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/fill_to_satin.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/fill_to_satin.xml b/templates/fill_to_satin.xml index 18795c6c..7546afb7 100644 --- a/templates/fill_to_satin.xml +++ b/templates/fill_to_satin.xml @@ -18,7 +18,8 @@ <spacer /> <separator /> <spacer /> - <param name="keep_originals" type="boolean" gui-text="Keep original paths">false</param> + <param name="keep_originals" type="boolean" gui-text="Keep original fills" + gui-description="Deletes the original paths for rungs, but keeps the fill elements">false</param> </page> <page name="info" gui-text="Help"> <label>This extension takes in a fill and rung elements and converts them into satin(s).</label> |
