14 lines
624 B
XML
14 lines
624 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Papercraft Unfold Binary</name>
|
|
<id>fablabchemnitz.de.papercraft_unfold_binary</id>
|
|
<input>
|
|
<extension>.stl</extension>
|
|
<mimetype>application/sla</mimetype>
|
|
<filetypename>Unfoldable Stereolitography File Binary (*.stl)</filetypename>
|
|
<filetypetooltip>Unfold STL Files</filetypetooltip>
|
|
</input>
|
|
<script>
|
|
<command location="inx" interpreter="python">fablabchemnitz_papercraft_unfold_binary.py</command>
|
|
</script>
|
|
</inkscape-extension> |