summaryrefslogtreecommitdiffstats
path: root/share/extensions/other/gcodetools/gcodetools_area.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/other/gcodetools/gcodetools_area.inx')
-rw-r--r--share/extensions/other/gcodetools/gcodetools_area.inx133
1 files changed, 133 insertions, 0 deletions
diff --git a/share/extensions/other/gcodetools/gcodetools_area.inx b/share/extensions/other/gcodetools/gcodetools_area.inx
new file mode 100644
index 0000000..6a500e2
--- /dev/null
+++ b/share/extensions/other/gcodetools/gcodetools_area.inx
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Area</name>
+ <id>ru.cnc-club.filter.gcodetools_area_area_fill_area_artefacts_ptg</id>
+ <param name='active-tab' type="notebook">
+
+ <page name='area' gui-text='Area'>
+ <param name="max-area-curves" type="int" min="0" max="1000" gui-text="Maximum area cutting curves:">100</param>
+ <param name="area-inkscape-radius" type="float" min="-1000" max="1000" gui-text="Area width:">-10</param>
+ <param name="area-tool-overlap" type="float" min="0" max="1" gui-text="Area tool overlap (0..0.9):">0</param>
+
+ <label xml:space="preserve">
+"Create area offset": creates several Inkscape path offsets to fill original path's area up to "Area radius" value.
+
+Outlines start from "1/2 D" up to "Area width" total width with "D" steps where D is taken from the nearest tool definition ("Tool diameter" value).
+Only one offset will be created if the "Area width" is equal to "1/2 D".
+ </label>
+ </page>
+
+ <page name='area_fill' gui-text='Fill area'>
+ <param name="area-fill-angle" type="float" min="-360" max="360" gui-text="Area fill angle">0</param>
+ <param name="area-fill-shift" type="float" min="-1" max="1" gui-text="Area fill shift">0</param>
+ <param name="area-fill-method" type="float" min="-1" max="1" gui-text="Area fill shift">0</param>
+ <param name="area-fill-method" gui-text="Filling method" type="optiongroup" appearance="radio">
+ <option value="zig-zag">Zig zag</option>
+ <option value="spiral">Spiral</option>
+ </param>
+ </page>
+
+ <page name='area_artefacts' gui-text='Area artifacts'>
+ <param name="area-find-artefacts-diameter" type="float" min="0.01" max="1000" gui-text="Artifact diameter:">5.0</param>
+ <param name="area-find-artefacts-action" type="optiongroup" appearance="radio" gui-text="Action:">
+ <option value="mark with an arrow">mark with an arrow</option>
+ <option value="mark with style">mark with style</option>
+ <option value="delete">delete</option>
+ </param>
+ <label xml:space="preserve">
+Usage:
+1. Select all Area Offsets (gray outlines)
+2. Object/Ungroup (Shift+Ctrl+G)
+3. Press Apply
+
+Suspected small objects will be marked out by colored arrows.
+ </label>
+ </page>
+
+ <page name='path-to-gcode' gui-text='Path to Gcode'>
+ <param name="biarc-tolerance" type='float' precision="5" gui-text='Biarc interpolation tolerance:'>1</param>
+ <param name="biarc-max-split-depth" type="int" gui-text="Maximum splitting depth:">4</param>
+ <param name="path-to-gcode-order" gui-text="Cutting order:" type="optiongroup" appearance="combo">
+ <option value="subpath by subpath">Subpath by subpath</option>
+ <option value="path by path">Path by path</option>
+ <option value="pass by pass">Pass by Pass</option>
+ </param>
+
+ <param name="path-to-gcode-depth-function" type="string" gui-text="Depth function:">d</param>
+ <param name="path-to-gcode-sort-paths" type="bool" gui-text="Sort paths to reduce rapid distance">true</param>
+
+ <label 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.
+</label>
+ </page>
+
+ <page name='options' gui-text='Options'>
+ <param name="Zscale" type="float" precision="5" min="-100000" max="100000" gui-text="Scale along Z axis:">1</param>
+ <param name="Zoffset" type="float" precision="5" min="-100000" max="100000" gui-text="Offset along Z axis:">0.0</param>
+ <param name="auto_select_paths" type="bool" gui-text="Select all paths if nothing is selected">true</param>
+ <param name="min-arc-radius" type="float" precision="5" min="-1000" max="1000" gui-text="Minimum arc radius:">0.05</param>
+ <param name="comment-gcode" type="string" gui-text="Comment Gcode:"></param>
+ <param name="comment-gcode-from-properties" type="bool" gui-text="Get additional comments from object's properties">false</param>
+
+ </page>
+
+ <page name='preferences' gui-text='Preferences'>
+ <param name="filename" type="string" gui-text="File:">output.ngc</param>
+ <param name="add-numeric-suffix-to-filename" type="bool" gui-text="Add numeric suffix to filename">true</param>
+
+ <param name="directory" type="string" gui-text="Directory:">/home</param>
+
+ <param name="Zsafe" type="float" precision="5" min="-1000" max="1000" gui-text="Z safe height for G00 move over blank:">5</param>
+ <param name="unit" type="optiongroup" appearance="combo" gui-text="Units (mm or in):">
+ <option value="G21 (All units in mm)">mm</option>
+ <option value="G20 (All units in inches)">in</option>
+ </param>
+ <param name="postprocessor" type="optiongroup" appearance="combo" gui-text="Post-processor:">
+ <option context="GCode postprocessor" value=" ">None</option>
+ <option value="parameterize();">Parameterize Gcode</option>
+ <option value="flip(y);parameterize();">Flip y axis and parameterize Gcode</option>
+ <option value="round(4);">Round all values to 4 digits</option>
+ <option 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</option>
+ </param>
+ <param name="postprocessor-custom" type="string" gui-text="Additional post-processor:"></param>
+
+
+ <param name="create-log" type="bool" gui-text="Generate log file">false</param>
+ <param name="log-filename" type="string" gui-text="Full path to log file:"></param>
+
+ </page>
+
+ <page name='help' gui-text='Help'>
+ <label 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
+</label>
+
+ </page>
+
+ </param>
+ <effect>
+ <object-type>path</object-type>
+ <effects-menu>
+ <submenu name="Gcodetools"/>
+ </effects-menu>
+ </effect>
+ <script>
+ <command location="inx" interpreter="python">gcodetools.py</command>
+ </script>
+</inkscape-extension>