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-0.92-deprecated/extensions/fablabchemnitz_reorder_sequ...

30 lines
1.5 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>
<dependency type="executable" location="extensions">fablabchemnitz_reorder_sequence.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<_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" 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 reldir="extensions" interpreter="python">fablabchemnitz_reorder_sequence.py</command>
</script>
</inkscape-extension>