7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <id>ru.cnc-club.filter.gcodetools_plasma-prepare-path_no_options_no_preferences</id>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <dependency type="executable" location="extensions">gcodetools.py</dependency>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <dependency type="executable" location="extensions">inkex.py</dependency>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <page name='plasma-prepare-path' _gui-text='Prepare path for plasma or laser cuters'>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='in-out-path' type="boolean" _gui-text="Create in-out paths" >True</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='in-out-path-len' type="float" precision="5" min="0" max="1000000" _gui-text='In-out path length:'>10</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='in-out-path-point-max-dist' type="float" precision="5" min="0" max="1000000" _gui-text='In-out path max distance to reference point:'>10</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name="in-out-path-type" _gui-text="In-out path type:" type="optiongroup" appearance="minimal">
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='in-out-path-radius' type="float" precision="5" min="0" max="1000000" _gui-text='In-out path radius for round path:'>10</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='in-out-path-replace-original-path' type="boolean" _gui-text="Replace original path" >False</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='in-out-path-do-not-add-reference-point' type="boolean" _gui-text="Do not add in-out reference points" >False</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <_param name="help" type="description">-------------------------------------------------</_param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='plasma-prepare-corners' type="boolean" _gui-text="Prepare corners" >True</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='plasma-prepare-corners-distance' type="float" precision="5" min="0" max="1000000" _gui-text='Stepout distance for corners:'>10</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <param name='plasma-prepare-corners-tolerance' type="float" precision="5" min="0" max="180" _gui-text='Maximum angle for corner (0-180 deg):'>140</param>
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4NickGcodetools plug-in: converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters.
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4NickThis plug-in calculates Gcode for paths using circular interpolation or linear motion when needed.
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4NickTutorials, manuals and support can be found at
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4NickEnglish support forum:
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nickand Russian support forum:
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4NickCredits: Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas, Chris Lusby Taylor.
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4NickGcodetools ver. 1.7
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4Nick <command reldir="extensions" interpreter="python">gcodetools.py</command>