diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-05-19 08:10:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 08:10:40 +0200 |
| commit | 5af9dc0aee4358cca13d9c845043fbdfa47e8dc4 (patch) | |
| tree | 75427264e042dd0926a9e72f4b6e2b71df4c424d /templates/knockdown_fill.xml | |
| parent | 7ace4d36d44e9278c2ca14e0c401327af02f9b63 (diff) | |
allow negative offset values for knockdown (#3732)
Diffstat (limited to 'templates/knockdown_fill.xml')
| -rw-r--r-- | templates/knockdown_fill.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/knockdown_fill.xml b/templates/knockdown_fill.xml index 1cda08bd..f1d9cef4 100644 --- a/templates/knockdown_fill.xml +++ b/templates/knockdown_fill.xml @@ -16,7 +16,7 @@ <param name="notebook" type="notebook"> <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="0" max="50">1</param> + <param name="offset" type="float" gui-text="Offset" min="-50" max="50">1</param> <param name="join-style" type="optiongroup" gui-text="Method"> <option value="1">Round</option> <option value="2">Mitre</option> |
