25 lines
1.1 KiB
XML
Executable File
25 lines
1.1 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Optimize Sequence: Travel Distances</name>
|
|
<id>fablabchemnitz.de.svg_reorder</id>
|
|
<label appearance="header">AxiDraw Plot Optimization Tool</label>
|
|
<label>This utility will re-order objects within each layer of your document, to reduce pen-up travel distance and time.</label>
|
|
<param name="reordering" gui-text="Group Handling" type="optiongroup">
|
|
<option value="2">Reorder within groups</option>
|
|
<option value="1">Preserve groups</option>
|
|
<option value="3">Break apart groups</option>
|
|
</param>
|
|
<param name="preview_rendering" type="bool" gui-text="Preview rendering">false</param>
|
|
<label>v 2.6. Copyright 2020, Evil Mad Scientist</label>
|
|
<effect needs-live-preview="true">
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="FabLab Chemnitz">
|
|
<submenu name="Nesting/Cut Optimization"/>
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
<command location="inx" interpreter="python">reorder_sequence.py</command>
|
|
</script>
|
|
</inkscape-extension> |