From 4d613dc583b96ea9205cd06f229956d6ec56c9e6 Mon Sep 17 00:00:00 2001 From: Nick Drobchenko Date: Tue, 5 Jul 2011 19:12:43 +0400 Subject: Gcodetools have been upgraded to v. 1.7. (bzr r10417) --- share/extensions/gcodetools_path_to_gcode.inx | 36 +++++++++++++++++++-------- 1 file changed, 25 insertions(+), 11 deletions(-) (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 index 1be758370..16ac68ab8 100644 --- a/share/extensions/gcodetools_path_to_gcode.inx +++ b/share/extensions/gcodetools_path_to_gcode.inx @@ -1,6 +1,7 @@ + - <_name>Path to Gcode + Path to Gcode ru.cnc-club.filter.gcodetools_ptg gcodetools.py inkex.py @@ -9,9 +10,19 @@ 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"> 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 it's approximation exceeds biarc interpolation tolerance. +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. @@ -20,6 +31,9 @@ The segment will be split into two segments if the distance between path's segme 0.0 true 0.05 + + False + @@ -30,14 +44,15 @@ The segment will be split into two segments if the distance between path's segme 5 - mm - in + <_item value="G21 (All units in mm)">mm + <_item value="G20 (All units in inches)">in - None - Parameterize Gcode - Flip y axis and parameterize Gcode - Round all values to 4 digits + <_item 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 @@ -59,9 +74,9 @@ English support forum: and Russian support forum: http://www.cnc-club.ru/gcodetoolsru -Credits: Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas. +Credits: Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas, Chris Lusby Taylor. -Gcodetools ver. 1.6.01 +Gcodetools ver. 1.7 @@ -76,5 +91,4 @@ Gcodetools ver. 1.6.01 - -- cgit v1.2.3