2020-07-31 13:46:07 +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>Cut-Craft Box</name>
|
2020-07-31 13:46:07 +02:00
|
|
|
<id>fablabchemnitz.de.cutcraft.box</id>
|
|
|
|
<param name="active-tab" type="notebook">
|
2020-08-07 20:19:46 +02:00
|
|
|
<page name="title" gui-text="Box Properties">
|
|
|
|
<param name="unit" gui-text="Measurement Units" type="optiongroup" appearance="combo">
|
2020-07-31 13:46:07 +02:00
|
|
|
<option value="mm">mm</option>
|
|
|
|
<option value="cm">cm</option>
|
|
|
|
<option value="in">in</option>
|
|
|
|
</param>
|
2021-04-27 14:38:04 +02:00
|
|
|
<separator/>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="width" type="float" min="10.0" max="1000.0" precision="3" gui-text="Box Width">60.0</param>
|
|
|
|
<param name="depth" type="float" min="10.0" max="1000.0" precision="3" gui-text="Box Depth">30.0</param>
|
|
|
|
<param name="height" type="float" min="10.0" max="1000.0" precision="3" gui-text="Box Height">30.0</param>
|
2021-04-27 14:38:04 +02:00
|
|
|
<separator/>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="thickness" type="float" min="0.1" max="1000.0" precision="3" gui-text="Material Thickness">5.0</param>
|
|
|
|
<param name="kerf" type="float" min="0.0" max="1000.0" precision="3" gui-text="Laser Cutter Kerf">0.01</param>
|
2021-04-27 14:38:04 +02:00
|
|
|
<param name="linethickness" gui-text="Line Thickness" type="optiongroup" appearance="combo">
|
2020-07-31 13:46:07 +02:00
|
|
|
<option value="1px">1 pixel</option>
|
|
|
|
<option value="0.002in">hairline</option>
|
|
|
|
</param>
|
|
|
|
</page>
|
2020-08-07 20:19:46 +02:00
|
|
|
<page name="Usage1" gui-text="Help">
|
2021-04-27 14:38:04 +02:00
|
|
|
<label xml:space="preserve">Cut Craft Box: Help
|
2020-07-31 13:46:07 +02:00
|
|
|
|
|
|
|
|
|
|
|
Measurement Units: Unit of measurement for all subsequent values entered in this dialog.
|
|
|
|
|
|
|
|
|
|
|
|
Width: Cylinder Width.
|
|
|
|
|
|
|
|
Depth: Cylinder Depth.
|
|
|
|
|
|
|
|
Height: Cylinder Height.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thickness: Thickness of the material.
|
|
|
|
|
|
|
|
Kerf: Laser Cutter Kerf (tolerance). Varies based on cutter and material thickness.
|
|
|
|
|
2021-04-27 14:38:04 +02:00
|
|
|
Line Thickness: Thickness of the cutting line on the display.</label>
|
2020-07-31 13:46:07 +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 13:46:07 +02:00
|
|
|
</submenu>
|
|
|
|
</effects-menu>
|
|
|
|
</effect>
|
|
|
|
<script>
|
2020-09-03 00:35:27 +02:00
|
|
|
<command location="inx" interpreter="python">cutcraftbox.py</command>
|
2020-07-31 13:46:07 +02:00
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|