-
Notifications
You must be signed in to change notification settings - Fork 0
/
axidraw_svg_reorder.inx
34 lines (28 loc) · 1.25 KB
/
axidraw_svg_reorder.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
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Plot Optimization (Legacy)</_name>
<id>command.evilmadscientist.axidraw.reorder</id>
<dependency type="executable" location="extensions">axidraw_svg_reorder.py</dependency>
<_param indent="5" name="splashpage" type="description"
appearance="header">AxiDraw Plot Optimization Tool</_param>
<_param name="Header" type="description" xml:space="preserve">
This utility will re-order objects within each layer of your
document, to reduce pen-up travel distance and time.
</_param>
<param name="reordering" _gui-text="Group Handling" type="optiongroup" indent="2" >
<_option value="2">Reorder within groups</_option>
<_option value="1">Preserve groups</_option>
<_option value="3">Break apart groups</_option>
</param>
<_param name="Footer" type="description" indent="3" xml:space="preserve">
v 2.8. Copyright 2021, Evil Mad Scientist</_param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu _name="AxiDraw Utilities"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">axidraw_svg_reorder.py</command>
</script>
</inkscape-extension>