forked from arpruss/gcodeplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.inx
More file actions
17 lines (17 loc) · 796 Bytes
/
cookiecutter.inx
File metadata and controls
17 lines (17 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>OpenSCAD Cookie Cutter Export</_name>
<id>mobi.omegacentauri.cookiecutter</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="executable" location="extensions">svg2cookiecutter.py</dependency>
<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 reldir="extensions" interpreter="python">svg2cookiecutter.py</command>
</script>
</inkscape-extension>