added cookie_cutter extension

This commit is contained in:
2022-12-06 01:25:17 +01:00
parent 466df1e710
commit 1dd7a4e368
8 changed files with 1776 additions and 0 deletions

View 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>