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>Box Maker - Conical</name>
|
2020-07-30 01:16:18 +02:00
|
|
|
<id>fablabchemnitz.de.conic_box</id>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="unit" type="optiongroup" appearance="combo" gui-text="Unit">
|
2020-07-30 01:16:18 +02:00
|
|
|
<_item value="mm">mm</_item>
|
|
|
|
<_item value="cm">cm</_item>
|
|
|
|
<_item value="m">m</_item>
|
|
|
|
<_item value="km">km</_item>
|
|
|
|
<_item value="in">in</_item>
|
|
|
|
<_item value="ft">ft</_item>
|
|
|
|
<_item value="yd">yd</_item>
|
|
|
|
<_item value="pt">pt</_item>
|
|
|
|
<_item value="px">px</_item>
|
|
|
|
<_item value="pc">pc</_item>
|
|
|
|
</param>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="thickness" type="float" min="1.0" max="10.0" gui-text="Material thickness">3.0</param>
|
|
|
|
<param name="d1" type="float" min="30.0" max="1000.0" gui-text="Diameter small circle">100.0</param>
|
|
|
|
<param name="d2" type="float" min="31.0" max="1000.0" gui-text="Diameter large circle">150.0</param>
|
|
|
|
<param name="zc" type="float" min="15.0" max="1000.0" gui-text="Cone height">50.0</param>
|
|
|
|
<param name="nb_pieces" type="int" min="1" max="100" gui-text="# pieces for cone">1</param>
|
|
|
|
<param name="inner_size" type="bool" gui-text="Internal dimensions">true</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>
|
|
|
|
<command reldir="extensions" interpreter="python">fablabchemnitz_conic_box.py</command>
|
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|