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_purge_short_...

19 lines
892 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Purge Short Lines</_name>
<id>fablabchemnitz.de.purge_short_lines</id>
<dependency type="executable" location="extensions">fablabchemnitz_purge_short_lines.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="length" type="float" min="0" max="100" _gui-text="Minimum Allowed Path Length">10</param>
<effect>
<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_purge_short_lines.py</command>
</script>
</inkscape-extension>