diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-04-02 17:00:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 17:00:41 +0200 |
| commit | 4abe543a2839a1cd0541d15d2aaee7f3336b1096 (patch) | |
| tree | ad303909200de76b65f3039507101f79567f3200 /templates/unlink_clone.xml | |
| parent | f809fb52a696e619db32f71d56797573715b4e6a (diff) | |
Unlink clones: add option to group / not group resulting symbol elements (#3624)
Diffstat (limited to 'templates/unlink_clone.xml')
| -rw-r--r-- | templates/unlink_clone.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/unlink_clone.xml b/templates/unlink_clone.xml index f2dad0d4..0bcd5135 100644 --- a/templates/unlink_clone.xml +++ b/templates/unlink_clone.xml @@ -6,6 +6,7 @@ <page name="options" gui-text="Options"> <param name="extension" type="string" gui-hidden="true">unlink_clone</param> <param name="recursive" type="boolean" gui-text="Recursive">true</param> + <param name="add-group" type="boolean" gui-text="Group unlinked symbols">true</param> </page> <page name="info" gui-text="Help"> <label>Unlink clones and apply the fill stitch angle.</label> |
