From 36c73a704b281e616d779b1eac5430d7527a9338 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Sun, 9 Sep 2018 10:28:15 +0200 Subject: Move extensions to git inkscape-extensions repository --- share/extensions/gcodetools_path_to_gcode.inx | 94 --------------------------- 1 file changed, 94 deletions(-) delete mode 100644 share/extensions/gcodetools_path_to_gcode.inx (limited to 'share/extensions/gcodetools_path_to_gcode.inx') diff --git a/share/extensions/gcodetools_path_to_gcode.inx b/share/extensions/gcodetools_path_to_gcode.inx deleted file mode 100644 index 6862a40a4..000000000 --- a/share/extensions/gcodetools_path_to_gcode.inx +++ /dev/null @@ -1,94 +0,0 @@ - - - - <_name>Path to Gcode - ru.cnc-club.filter.gcodetools_ptg - gcodetools.py - inkex.py - - - - 1 - 4 - - <_option value="subpath by subpath">Subpath by subpath - <_option value="path by path">Path by path - <_option value="pass by pass">Pass by Pass - - - d - True - - <_param name="help" type="description" xml:space="preserve"> -Biarc interpolation tolerance is the maximum distance between path and its approximation. -The segment will be split into two segments if the distance between path's segment and its approximation exceeds biarc interpolation tolerance. -For depth function c=color intensity from 0.0 (white) to 1.0 (black), d is the depth defined by orientation points, s - surface defined by orientation points. - - - - - 1 - 0.0 - true - 0.05 - - False - - - - - output.ngc - true - - /home - - 5 - - <_item value="G21 (All units in mm)">mm - <_item value="G20 (All units in inches)">in - - - <_item msgctxt="GCode postprocessor" value=" ">None - <_item value="parameterize();">Parameterize Gcode - <_item value="flip(y);parameterize();">Flip y axis and parameterize Gcode - <_item value="round(4);">Round all values to 4 digits - <_item value='regex("G01 Z([0-9\.\-]+).*\(Penetrate\)", lambda match: "G00 Z%f (Fast pre-penetrate)\n%s" %(float(match.group(1))+5, match.group(0)));'>Fast pre-penetrate - - - - - false - - - - - - <_param name="fullhelp" type="description" xml:space="preserve"> -Gcodetools plug-in: converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters. -This plug-in calculates Gcode for paths using circular interpolation or linear motion when needed. - -Tutorials, manuals and support can be found at -English support forum: - http://www.cnc-club.ru/gcodetools - -and Russian support forum: - http://www.cnc-club.ru/gcodetoolsru - -Credits: Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas, Chris Lusby Taylor. - -Gcodetools ver. 1.7 - - - - - - - - - - path - - - -- cgit v1.2.3