2020-07-31 14:23:20 +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 - Generic Generator</name>
|
2020-07-31 14:23:20 +02:00
|
|
|
<id>fablabchemnitz.de.gen_box</id>
|
|
|
|
<param name="Topic" type="notebook">
|
2020-08-07 20:19:46 +02:00
|
|
|
<page name="dimensions" gui-text="Box dimensions">
|
|
|
|
<param name="unit" type="optiongroup" appearance="combo" gui-text="Unit">
|
2020-08-15 04:12:30 +02:00
|
|
|
<option value="mm">mm</option>
|
|
|
|
<option value="cm">cm</option>
|
|
|
|
<option value="m">m</option>
|
|
|
|
<option value="km">km</option>
|
|
|
|
<option value="in">in</option>
|
|
|
|
<option value="ft">ft</option>
|
|
|
|
<option value="yd">yd</option>
|
|
|
|
<option value="pt">pt</option>
|
|
|
|
<option value="px">px</option>
|
|
|
|
<option value="pc">pc</option>
|
2020-07-31 14:23:20 +02:00
|
|
|
</param>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="name" type="description" appearance="header">External dimensions for the box</param>
|
|
|
|
<param name="x" type="float" min="10.0" max="1000.0" gui-text="width">80.0</param>
|
|
|
|
<param name="y" type="float" min="10.0" max="1000.0" gui-text="depth">60.0</param>
|
|
|
|
<param name="z" type="float" min="10.0" max="1000.0" gui-text="height">40.0</param>
|
|
|
|
<param name="thickness" type="float" min="1.0" max="10.0" gui-text="thickness of material">3.0</param>
|
|
|
|
<param name="burn" type="float" min="0.0" max="2.0" gui-text="Burn factor">0.1</param>
|
2020-07-31 14:23:20 +02:00
|
|
|
</page>
|
2020-08-07 20:19:46 +02:00
|
|
|
<page name="corners" gui-text="Round corners">
|
|
|
|
<param name="StraigthCorners" type="bool" gui-text="Straight corners">true</param>
|
|
|
|
<param name="name" type="description">If not straight corners, radius of each corner</param>
|
|
|
|
<param name="back_left_radius" type="float" min="0.0" max="100.0" gui-text="Back left radius">10.0</param>
|
|
|
|
<param name="back_right_radius" type="float" min="0.0" max="100.0" gui-text="Back right radius">10.0</param>
|
|
|
|
<param name="front_left_radius" type="float" min="0.0" max="100.0" gui-text="Front left radius">10.0</param>
|
|
|
|
<param name="front_right_radius" type="float" min="0.0" max="100.0" gui-text="Front right radius">10.0</param>
|
2020-07-31 14:23:20 +02:00
|
|
|
</page>
|
2020-08-07 20:19:46 +02:00
|
|
|
<page name="Lid" gui-text="Lid style">
|
|
|
|
<param name="lid_type" type="optiongroup" appearance="combo" gui-text="Lid style">
|
2020-08-15 04:12:30 +02:00
|
|
|
<option value="Without">Without lid</option>
|
|
|
|
<option value="Closed">Closed box</option>
|
|
|
|
<option value="Simple">Simple top</option>
|
|
|
|
<option value="Sliding">Sliding lid</option>
|
|
|
|
<option value="WoodHinge">Integrated wood hinge</option>
|
|
|
|
<option value="SteelHinge">Steel hinge</option>
|
|
|
|
<option value="Coffin">Coffin</option>
|
2020-07-31 14:23:20 +02:00
|
|
|
</param>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="name" type="description" appearance="header">Only used with real lid</param>
|
|
|
|
<param name="z_lid" type="float" min="15.0" max="1000.0" gui-text="Lid height">20.0</param>
|
|
|
|
<param name="name" type="description" appearance="header">Only used with coffin lid</param>
|
|
|
|
<param name="z_dome_lid" type="float" min="15.0" max="1000.0" gui-text="dome lid height">20.0</param>
|
|
|
|
<param name="SkipFlexLines" type="bool" gui-text="Skip flex lines when possible">true</param>
|
2020-07-31 14:23:20 +02:00
|
|
|
</page>
|
2020-08-07 20:19:46 +02:00
|
|
|
<page name="Slots" gui-text="Internal slots">
|
|
|
|
<param name="n_slot_x" type="int" min="1" max="20" gui-text="Number of columns">1</param>
|
|
|
|
<param name="n_slot_y" type="int" min="1" max="20" gui-text="Number of rows">1</param>
|
2020-07-31 14:23:20 +02:00
|
|
|
</page>
|
2020-08-07 20:19:46 +02:00
|
|
|
<page name="Joints" gui-text="Joints">
|
|
|
|
<param name="AutoSize" type="bool" gui-text="Finger size computed from box dimensions">true</param>
|
|
|
|
<param name="x_joint" type="float" min="1.0" max="100.0" gui-text="Finger size for joints in X direction">5.0</param>
|
|
|
|
<param name="y_joint" type="float" min="1.0" max="100.0" gui-text="Finger size for joints in Y direction">5.0</param>
|
|
|
|
<param name="z_joint" type="float" min="1.0" max="100.0" gui-text="Finger size for joints in Z direction">5.0</param>
|
2020-07-31 14:23:20 +02:00
|
|
|
</page>
|
|
|
|
</param>
|
|
|
|
<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-31 14:23:20 +02:00
|
|
|
</submenu>
|
|
|
|
</effects-menu>
|
|
|
|
</effect>
|
|
|
|
<script>
|
2020-09-03 00:35:27 +02:00
|
|
|
<command location="inx" interpreter="python">gen_box.py</command>
|
2020-07-31 14:23:20 +02:00
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|