summaryrefslogtreecommitdiff
path: root/inx
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-07-24 22:15:28 -0400
committerLex Neva <github.com@lexneva.name>2018-07-25 21:41:10 -0400
commit1505cea3d445c9827dd0436e84d8e61593f423eb (patch)
tree34880880152f47ee9698524c3021b2be06764e5e /inx
parenteef5754e3394b237f84501e3dfed767ef9794b6b (diff)
add support for ignore command
Diffstat (limited to 'inx')
-rw-r--r--inx/inkstitch_commands.inx1
1 files changed, 1 insertions, 0 deletions
diff --git a/inx/inkstitch_commands.inx b/inx/inkstitch_commands.inx
index 7b42ca0e..33bd990a 100644
--- a/inx/inkstitch_commands.inx
+++ b/inx/inkstitch_commands.inx
@@ -8,6 +8,7 @@
<param name="fill_end" type="boolean" _gui-text="Fill ending position">false</param>
<param name="stop" type="boolean" _gui-text="Stop after sewing this object">false</param>
<param name="trim" type="boolean" _gui-text="Trim thread after sewing this object">false</param>
+ <param name="ignore" type="boolean" _gui-text="Ignore this object (do not stitch)">false</param>
<param name="extension" type="string" gui-hidden="true">commands</param>
<effect>
<object-type>all</object-type>