diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-10-20 15:59:18 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-10-20 15:59:18 +0000 |
| commit | 873bd3de82d9d190b27f80466d64016ad3f84dc0 (patch) | |
| tree | 733ece08b8098360de8fb4ac5a7b946fa02e1364 /share/extensions/plotter.inx | |
| parent | merge from trunk (diff) | |
| download | inkscape-873bd3de82d9d190b27f80466d64016ad3f84dc0.tar.gz inkscape-873bd3de82d9d190b27f80466d64016ad3f84dc0.zip | |
changed text
(bzr r12417.1.25)
Diffstat (limited to 'share/extensions/plotter.inx')
| -rw-r--r-- | share/extensions/plotter.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index dc4152180..f0989ba1c 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -20,7 +20,7 @@ <option value="180">180°</option> <option value="270">270°</option> </param> - <param name="center" type="boolean" _gui-text="Center zero point" _gui-description="Check this if the plotter needs the zero point to be in the center of the drawing - Try different settings to find the one that fits your plotter (Default: Unchecked)">false</param> + <param name="center" type="boolean" _gui-text="Center zero point" _gui-description="Check this if your plotter uses a centered zero point - Try different settings to find the one that fits your plotter (Default: Unchecked)">false</param> </page> <page name="misc" _gui-text="Connection"> <param name="serialPort" type="string" _gui-text="Serial Port" _gui-description="The port of your serial connection, on Windows something like 'COM1', on Linux something like: '/dev/ttyUSB0' (Default: COM1)">COM1</param> @@ -59,7 +59,7 @@ <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="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> + <_param name="offsetNote" type="description">Please note that using the tool offset correction will move your plot away from the zero point by the tool offset specified.</_param> </page> <page name="misc" _gui-text="Miscellaneous"> <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> |
