2020-07-30 01:16:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
2020-08-07 20:19:46 +02:00
|
|
|
<name>Grid Strip Creator (qlocktwo)</name>
|
2020-07-30 01:16:18 +02:00
|
|
|
<id>fablabchemnitz.de.gridstrip_creator</id>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="length" type="float" min="0.0" max="500.0" precision="3" gui-text="Length">230.0</param>
|
|
|
|
<param name="width" type="float" min="0.0" max="500.0" precision="3" gui-text="Width">20.0</param>
|
|
|
|
<param name="cellnumx" type="int" min="2" max="50" gui-text="Number of cells horizontal">11</param>
|
|
|
|
<param name="cellnumy" type="int" min="2" max="50" gui-text="Number of cells vertical">10</param>
|
|
|
|
<param name="scalecells" type="bool" gui-text="Scale cell width over length">false</param>
|
|
|
|
<param name="cellheight" type="float" min="0.0" max="100.0" precision="3" gui-text="Cell height">12.5</param>
|
|
|
|
<param name="cellwidth" type="float" min="0.0" max="100.0" precision="3" gui-text="Cell width">12.5</param>
|
|
|
|
<param name="notchdepth" type="float" min="0.0" max="100.0" precision="3" gui-text="Extra Notch depth">1.0</param>
|
|
|
|
<param name="notchwidth" type="float" min="0.0" max="100.0" precision="3" gui-text="Extra Notch width">10.0</param>
|
|
|
|
<param name="notchhorizontal" type="bool" gui-text="Extra Notch on horizontal strip">false</param>
|
|
|
|
<param name="notchvertical" type="bool" gui-text="Extra Notch on vertical strip">false</param>
|
|
|
|
<!-- <param name="notch2depth" type="float" min="0.0" max="100.0" gui-text="Notch 2 depth">10.0</param>
|
2020-07-30 01:16:18 +02:00
|
|
|
-->
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="notch2width" type="float" min="0.0" max="100.0" precision="3" gui-text="Width of notch for grid">3.0</param>
|
|
|
|
<param name="notchxcorner" type="bool" gui-text="Extra notch on corner of horizontal strips">false</param>
|
|
|
|
<param name="notchycorner" type="bool" gui-text="Extra notch on corner of vertical strip">false</param>
|
2020-07-30 01:16:18 +02:00
|
|
|
<effect>
|
|
|
|
<object-type>all</object-type>
|
|
|
|
<effects-menu>
|
2020-08-07 20:19:46 +02:00
|
|
|
<submenu name="FabLab Chemnitz">
|
|
|
|
<submenu name="Finger-jointed/Tabbed Boxes"/>
|
2020-07-30 01:16:18 +02:00
|
|
|
</submenu>
|
|
|
|
</effects-menu>
|
|
|
|
</effect>
|
|
|
|
<script>
|
2020-09-03 00:35:27 +02:00
|
|
|
<command location="inx" interpreter="python">gridstrip_creator.py</command>
|
2020-07-30 01:16:18 +02:00
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|