gcodetools_lathe.inx revision 140cab8883269a4e3603c1861bb20690c8db4564
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico<?xml version="1.0" encoding="UTF-8"?>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <_name>Lathe</_name>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <id>ru.cnc-club.filter.gcodetools_lathe_ptg</id>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <dependency type="executable" location="extensions">gcodetools.py</dependency>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name='active-tab' type="notebook">
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <page name='lathe' _gui-text='Lathe'>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="lathe-width" type="float" precision="5" min="0" max="1000" _gui-text="Lathe width:">10</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="lathe-fine-cut-width" type="float" precision="5" min="0" max="1000" _gui-text="Fine cut width:">1</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="lathe-fine-cut-count" type="int" min="0" max="1000" _gui-text="Fine cut count:">1</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="lathe-create-fine-cut-using" _gui-text="Create fine cut using:" type="optiongroup" appearance="minimal">
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <option value="Move path">Move path</option>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <option value="Offset path">Offset path</option>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="lathe-x-axis-remap" type="string" _gui-text="Lathe X axis remap:">X</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="lathe-z-axis-remap" type="string" _gui-text="Lathe Z axis remap:">Z</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </page>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <page name='path-to-gcode' _gui-text='Path to Gcode'>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="biarc-tolerance" type='float' precision="5" _gui-text='Biarc interpolation tolerance:'>1</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="biarc-max-split-depth" type="int" _gui-text="Maximum splitting depth:">4</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <_param name="help" type="description">
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoBiarc interpolation tolerance is the maximum distance between path and its approximation.
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoThe segment will be split into two segments if the distance between path's segment and it's approximation exceeds biarc interpolation tolerance.
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico</_param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </page>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <page name='options' _gui-text='Options'>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="Zscale" type="float" precision="5" min="-100000" max="100000" _gui-text="Scale along Z axis:">1</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="Zoffset" type="float" precision="5" min="-100000" max="100000" _gui-text="Offset along Z axis:">0.0</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="auto_select_paths" type="boolean" _gui-text="Select all paths if nothing is selected">true</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="min-arc-radius" type="float" precision="5" min="-1000" max="1000" _gui-text="Minimum arc radius:">0.05</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </page>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <page name='preferences' _gui-text='Preferences'>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="filename" type="string" _gui-text="File">output.ngc</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="add-numeric-suffix-to-filename" type="boolean" _gui-text="Add numeric suffix to filename">true</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="directory" type="string" _gui-text="Directory:">/home</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="Zsafe" type="float" precision="5" min="-1000" max="1000" _gui-text="Z safe height for G00 move over blank:">5</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="unit" type="enum" _gui-text="Units (mm or in):">
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <item value="G21 (All units in mm)">mm</item>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <item value="G20 (All units in inches)">in</item>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="postprocessor" type="enum" _gui-text="Post-processor:">
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <item value=" ">None</item>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <item value="parameterize();">Parameterize Gcode</item>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <item value="flip(y);parameterize();">Flip y axis and parameterize Gcode</item>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <item value="round(4);">Round all values to 4 digits</item>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="postprocessor-custom" type="string" _gui-text="Additional post-processor:"></param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="create-log" type="boolean" _gui-text="Generate log file">false</param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <param name="log-filename" type="string" _gui-text="Full path to log file:"></param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </page>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <page name='help' _gui-text='Help'>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <_param name="fullhelp" type="description">
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoGcodetools plug-in: converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters.
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoThis plug-in calculates Gcode for paths using circular interpolation or linear motion when needed.
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoTutorials, manuals and support can be found at
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoEnglish support forum:
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico http://www.cnc-club.ru/gcodetools
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoand Russian support forum:
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico http://www.cnc-club.ru/gcodetoolsru
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoCredits: Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas.
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNicoGcodetools ver. 1.6.01
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico</_param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </page>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </param>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <effect>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <effects-menu>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <submenu _name="Gcodetools"/>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </effects-menu>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <object-type>path</object-type>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </effect>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <script>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico <command reldir="extensions" interpreter="python">gcodetools.py</command>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico </script>
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico
140cab8883269a4e3603c1861bb20690c8db4564JazzyNico</inkscape-extension>