-
Notifications
You must be signed in to change notification settings - Fork 21
/
openscad_dxf.inx
23 lines (23 loc) · 1.27 KB
/
openscad_dxf.inx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<inkscape-extension>
<_name>OpenSCAD DXF Output</_name>
<id>org.openscad.output.dxf</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="executable" location="extensions">openscad_dxf/openscad_dxf.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<dependency type="executable" location="extensions">simplepath.py</dependency>
<dependency type="executable" location="extensions">simpletransform.py</dependency>
<dependency type="executable" location="extensions">cubicsuperpath.py</dependency>
<dependency type="executable" location="extensions">cspsubdiv.py</dependency>
<dependency type="executable" location="extensions">dxf_templates.py</dependency>
<output>
<extension>.dxf</extension>
<mimetype>image/dxf</mimetype>
<_filetypename>OpenSCAD DXF Output (*.DXF)</_filetypename>
<_filetypetooltip>OpenSCAD DXF Output</_filetypetooltip>
<dataloss>TRUE</dataloss>
</output>
<script>
<command reldir="extensions" interpreter="python">openscad_dxf/openscad_dxf.py</command>
<helper_extension>org.inkscape.output.svg.inkscape</helper_extension>
</script>
</inkscape-extension>