diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-05-20 15:56:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 15:56:44 +0200 |
| commit | 0bbf0f3195037496b5c324de5abbc317b7d79832 (patch) | |
| tree | 2820e1c8d8a1132674814b6c47825af2cacfd582 /templates | |
| parent | 5af9dc0aee4358cca13d9c845043fbdfa47e8dc4 (diff) | |
knockdown: add embossing options (#3738)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/knockdown_fill.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/templates/knockdown_fill.xml b/templates/knockdown_fill.xml index f1d9cef4..c2420b21 100644 --- a/templates/knockdown_fill.xml +++ b/templates/knockdown_fill.xml @@ -17,12 +17,28 @@ <page name="options" gui-text="Options"> <param name="keep-holes" type="bool" gui-text="Keep holes">true</param> <param name="offset" type="float" gui-text="Offset" min="-50" max="50">1</param> - <param name="join-style" type="optiongroup" gui-text="Method"> + <param name="join-style" type="optiongroup" appearance="combo" gui-text="Join style"> <option value="1">Round</option> <option value="2">Mitre</option> <option value="3">Bevel</option> </param> <param name="mitre-limit" type="float" gui-text="Mitre limit" min="0.1" max="50">5.0</param> + <spacer /> + <separator /> + <spacer /> + </page> + <page name="embossing" gui-text="Embossing"> + <param name="shape" type="optiongroup" appearance="combo" gui-text="Shape"> + <option value="">None</option> + <option value="square">Square</option> + <option value="circle">Circle</option> + </param> + <param name="shape-offset" type="float" gui-text="Offset" min="0" max="50">1</param> + <param name="shape-join-style" type="optiongroup" appearance="combo" gui-text="Join style"> + <option value="1">Round</option> + <option value="2">Mitre</option> + <option value="3">Bevel</option> + </param> </page> <page name="info" gui-text="Help"> <label appearance="header">This extension generates a knockdown fill area with a specified offset around selected elements.</label> |
