24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||
|
<name>Estucheria - 4 Point Base Box</name>
|
||
|
<id>fablabchemnitz.de.box4p</id>
|
||
|
<image>fablabchemnitz_box4p.svg</image>
|
||
|
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
|
||
|
<option translatable="no" value="mm">mm</option>
|
||
|
</param>
|
||
|
<param name="width" type="float" min="0.1" max="300.0" gui-text="A - width:">25.0</param>
|
||
|
<param name="depth" type="float" min="0.1" max="300.0" gui-text="L - length:">25.0</param>
|
||
|
<param name="height" type="float" min="0.1" max="300.0" gui-text="H - height:">25.0</param>
|
||
|
<effect>
|
||
|
<object-type>all</object-type>
|
||
|
<effects-menu>
|
||
|
<submenu _name="FabLab Chemnitz">
|
||
|
<submenu _name="Paper/Cardboard Boxes"/>
|
||
|
</submenu>
|
||
|
</effects-menu>
|
||
|
</effect>
|
||
|
<script>
|
||
|
<command location="inx" interpreter="python">fablabchemnitz_box4p.py</command>
|
||
|
</script>
|
||
|
</inkscape-extension>
|