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 Cylinder</name>
|
2020-07-31 13:46:07 +02:00
|
|
|
<id>fablabchemnitz.de.cutcraft.cylinder</id>
|
|
|
|
<param name="active-tab" type="notebook">
|
2020-08-07 20:19:46 +02:00
|
|
|
<page name="title" gui-text="Cylinder 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>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="help1" type="description" xml:space="preserve">------------------------------</param>
|
|
|
|
<param name="height" type="float" min="10.0" max="1000.0" precision="3" gui-text="Height">60.0</param>
|
|
|
|
<param name="outer" type="float" min="0.1" max="1000.0" precision="3" gui-text="Outer diameter">60.0</param>
|
|
|
|
<param name="inner" type="float" min="0.1" max="1000.0" precision="3" gui-text="Inner diameter">30.0</param>
|
|
|
|
<param name="vertices" type="int" min="3" max="180" gui-text="Number of Vertices (3..180)">3</param>
|
|
|
|
<param name="levels" type="int" min="2" max="100" gui-text="Number of Levels (2..100)">2</param>
|
|
|
|
<param name="supports" type="int" min="3" max="18" gui-text="Number of Supports (3..18)">3</param>
|
|
|
|
<param name="supwidth" type="float" min="0.1" max="1000.0" gui-text="Support Width">6.0</param>
|
|
|
|
<param name="help2" type="description" xml:space="preserve">------------------------------</param>
|
|
|
|
<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>
|
|
|
|
<param name="linethickness" gui-text="Line Thickness" type="optiongroup">
|
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">
|
|
|
|
<param name="use1" type="description" xml:space="preserve">Cut Craft Cylinder: Help
|
2020-07-31 13:46:07 +02:00
|
|
|
|
|
|
|
|
|
|
|
Measurement Units: Unit of measurement for all subsequent values entered in this dialog.
|
|
|
|
|
|
|
|
|
|
|
|
Height: Cylinder Height.
|
|
|
|
|
|
|
|
Outer Diameter: Outside diameter of the Cylinder.
|
|
|
|
|
|
|
|
Inner Diameter: Inside diameter of the Cylinder.
|
|
|
|
|
|
|
|
|
|
|
|
Number of Vertices: Number of vertices for the Cylinder (3 = Triangle, 4 = Square, ... 90 = Circular).
|
|
|
|
|
|
|
|
Number of Levels: Number of horizontal circular platforms.
|
|
|
|
|
|
|
|
Number of Supports: Number of vertical supports holding the cylinder together.
|
|
|
|
|
|
|
|
Support Width: Width of the vertical supports holding the cylinder together.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thickness: Thickness of the material.
|
|
|
|
|
|
|
|
Kerf: Laser Cutter Kerf (tolerance). Varies based on cutter and material thickness.
|
|
|
|
|
|
|
|
Line Thickness: Thickness of the cutting line on the display.
|
|
|
|
|
|
|
|
|
2020-08-07 20:19:46 +02:00
|
|
|
</param>
|
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-08-13 14:51:38 +02:00
|
|
|
<command location="inx" interpreter="python">fablabchemnitz_cutcraftcylinder.py</command>
|
2020-07-31 13:46:07 +02:00
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|