This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-0.92-deprecated/extensions/fablabchemnitz_svg2shenzhen...

23 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Prepare Document</_name>
<id>net.svg2shenzhen.prepare.doc</id>
<dependency type="executable" location="extensions">svg2shenzhen/prepare.py</dependency>
<param name="help" type="description">Prepare document for Kicad Export</param>
<param name="docwidth" type="float" min="0.0" max="100000.0" _gui-text="Document width (mm)">100</param>
<param name="docheight" type="float" min="0.0" max="100000.0" _gui-text="Document height (mm)">100</param>
<param name="version" type="description">SVG2SHENZHEN SVGSZ_VER</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu _name="Prepare Document">
<submenu _name="FabLab Chemnitz">
<submenu _name="Svg2Shenzhen" />
</submenu>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">svg2shenzhen/prepare.py</command>
</script>
</inkscape-extension>