summaryrefslogtreecommitdiffstats
path: root/share/extensions/plotter.inx
diff options
context:
space:
mode:
authorSebastian Wüst <sebi@timewaster.de>2015-09-13 15:30:35 +0000
committerSebastian Wüst <sebi@timewaster.de>2015-09-13 15:30:35 +0000
commit1654c7cdf0cdedf2d2c5befa560bcc5688428c65 (patch)
tree319ef984cead50050063c318580f94d22da41b0c /share/extensions/plotter.inx
parentset node tool rubberband shadow. (Bug 1494445) (diff)
downloadinkscape-1654c7cdf0cdedf2d2c5befa560bcc5688428c65.tar.gz
inkscape-1654c7cdf0cdedf2d2c5befa560bcc5688428c65.zip
Extensions: changed wording for tool offset correction
(bzr r14359)
Diffstat (limited to 'share/extensions/plotter.inx')
-rw-r--r--share/extensions/plotter.inx4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx
index 17b2ff185..84c9596fe 100644
--- a/share/extensions/plotter.inx
+++ b/share/extensions/plotter.inx
@@ -82,8 +82,8 @@
</page>
<page name="misc" _gui-text="Plot Features ">
<param name="overcut" type="float" min="0.0" max="100.0" precision="2" _gui-text="Overcut (mm):" _gui-description="The distance in mm that will be cut over the starting point of the path to prevent open paths, set to 0.0 to omit command (Default: 1.00)">1.00</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, set to 0.0 to omit command (Default: 0.25)">0.25</param>
- <param name="precut" type="boolean" _gui-text="Use precut" _gui-description="Check this to cut a small line before the real drawing starts to correctly align the tool orientation. (Default: Checked)">true</param>
+ <param name="toolOffset" type="float" min="0.0" max="20.0" precision="2" _gui-text="Tool (Knife) offset correction (mm):" _gui-description="The offset from the tool tip to the tool axis in mm, set to 0.0 to omit command (Default: 0.25)">0.25</param>
+ <param name="precut" type="boolean" _gui-text="Precut" _gui-description="Check this to cut a small line before the real drawing starts to correctly align the tool orientation. (Default: Checked)">true</param>
<param name="flat" type="float" min="0.1" max="10.0" precision="1" _gui-text="Curve flatness:" _gui-description="Curves are divided into lines, this number controls how fine the curves will be reproduced, the smaller the finer (Default: '1.2')">1.2</param>
<param name="autoAlign" type="boolean" _gui-text="Auto align" _gui-description="Check this to auto align the drawing to the zero point (Plus the tool offset if used). If unchecked you have to make sure that all parts of your drawing are within the document border! (Default: Checked)">true</param>
<param name="space" type="description">&#xa0;</param>