17 lines
564 B
Plaintext
17 lines
564 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||
|
<_name>Rotations - Find All Optimal</_name>
|
||
|
<id>fablabchemnitz.de.rotateminall</id>
|
||
|
<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_rotate_min_all.py</command>
|
||
|
</script>
|
||
|
</inkscape-extension>
|