This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz_reorder_sequence.inx
2020-08-13 19:26:42 +02:00

28 lines
1.3 KiB
XML

<?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.reorder_sequence</id>
<param indent="5" name="splashpage" type="description" appearance="header">EggBot 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" appearance="combo" 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.5. Copyright 2019, Evil Mad Scientist</param>
<effect needs-live-preview="false">
<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">fablabchemnitz_reorder_sequence.py</command>
</script>
</inkscape-extension>