-
Notifications
You must be signed in to change notification settings - Fork 116
/
silhouette_multi.inx
37 lines (34 loc) · 1.65 KB
/
silhouette_multi.inx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkscape-silhouette" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Silhouette Multiple Actions</name>
<id>com.github.fablabnbg.inskscape-silhouette.silhouette_multi</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="extension">com.github.fablabnbg.inkscape-silhouette.sendto_silhouette</dependency>
<dependency type="executable" location="inx">sendto_silhouette.py</dependency>
<dependency type="executable" location="inx">silhouette_multi.py</dependency>
<label appearance="header">Debugging Settings</label>
<hbox indent="2">
<vbox>
<label>For normal use you may leave these options unchecked.</label>
<param name="dry_run" type="bool" gui-text="Dry run: only show commands">false</param>
<param name="register_once" type="bool" gui-text="Skip reading registration marks after the first action">false</param>
<param name="block" type="bool" gui-text="Wait for cutter to finish before returning to Inkscape">false</param>
<param name="verbose" type="bool" gui-text="Verbose output">false</param>
</vbox>
</hbox>
<separator/>
<spacer size="expand"/>
<hbox>
<spacer size="expand"/>
<label>Cutting settings appear in the next step.</label>
</hbox>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu name="Export"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">silhouette_multi.py</command>
</script>
</inkscape-extension>