diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-10-03 18:26:22 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-10-03 18:26:22 +0000 |
| commit | 0cccda91e5b2d2ab5d21a6cc1365aa1c73d5bc9c (patch) | |
| tree | 301ec59074358fdfc402ca2e99511eb14477dab8 /share/extensions/plotter.inx | |
| parent | small changes + fixes (diff) | |
| download | inkscape-0cccda91e5b2d2ab5d21a6cc1365aa1c73d5bc9c.tar.gz inkscape-0cccda91e5b2d2ab5d21a6cc1365aa1c73d5bc9c.zip | |
parser can now work with multiple pens, better exception handling
(bzr r12417.1.15)
Diffstat (limited to 'share/extensions/plotter.inx')
| -rw-r--r-- | share/extensions/plotter.inx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index ebf675a85..c837e1926 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -51,7 +51,9 @@ <param name="useToolOffset" type="boolean" _gui-text="Use tool offset correction" _gui-description="Check this to use the tool offset correction, if not checked the 'Tool offset', 'Return Factor' and 'Precut' parameters are unused (Default: Checked)">true</param> <param name="toolOffset" type="float" min="0.0" max="20.0" precision="2" _gui-text="Tool offset (mm)" _gui-description="The offset from the tool tip to the tool axis in mm (Default: 0.25)">0.25</param> <param name="toolOffsetReturn" type="float" min="1.0" max="10.0" precision="2" _gui-text="Return factor" _gui-description="The return factor multiplied by the tool offset is the length that is used to guide the tool back to the original path after an overcut is performed, you can only determine this value by experimentation (Default: 2.50)">2.50</param> + <param name="space" type="description"> </param> <param name="precut" type="boolean" _gui-text="Use precut" _gui-description="Check this to cut a small line before the real drawing to align the tool orientation for the first cut (Default: Checked)">true</param> + <param name="space" type="description"> </param> <_param name="offsetNote" type="description">Please note that using the tool offset correction will move your drawing away from the zero point on both axes by the tool offset specified.</_param> </page> <page name="misc" _gui-text="Miscellaneous"> |
