added cookie_cutter extension
This commit is contained in:
15
extensions/fablabchemnitz/cookie_cutter/cookiecutter.inx
Normal file
15
extensions/fablabchemnitz/cookie_cutter/cookiecutter.inx
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||||
<name>OpenSCAD Cookie Cutter Export</name>
|
||||
<id>fablabchemnitz.de.cookie_cutter</id>
|
||||
<output>
|
||||
<extension>.scad</extension>
|
||||
<mimetype>text/plain</mimetype>
|
||||
<filetypename>OpenSCAD cookie cutter file (*.scad)</filetypename>
|
||||
<filetypetooltip>Export an OpenSCAD cookie cutter file</filetypetooltip>
|
||||
<dataloss>true</dataloss>
|
||||
</output>
|
||||
<script>
|
||||
<command location="inx" interpreter="python">svg2cookiecutter.py</command>
|
||||
</script>
|
||||
</inkscape-extension>
|
Reference in New Issue
Block a user