summaryrefslogtreecommitdiffstats
path: root/share/extensions/plotter.inx
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-11-16 21:22:36 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-11-16 21:22:36 +0000
commit8420f10fa1e70abe46a90978d28c16a6f3a8ea7b (patch)
tree7902443eb1b06f8da5e3ff06db2090b392e96160 /share/extensions/plotter.inx
parentfix error su_v tell to me (diff)
parentfix typo in rev 12797 (diff)
downloadinkscape-8420f10fa1e70abe46a90978d28c16a6f3a8ea7b.tar.gz
inkscape-8420f10fa1e70abe46a90978d28c16a6f3a8ea7b.zip
fix error su_v tell to me
(bzr r12588.1.28)
Diffstat (limited to 'share/extensions/plotter.inx')
-rw-r--r--share/extensions/plotter.inx5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx
index 49bcf837e..7cc9f1c94 100644
--- a/share/extensions/plotter.inx
+++ b/share/extensions/plotter.inx
@@ -11,6 +11,7 @@
<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>
<param name="serialBaudRate" type="optiongroup" appearance="minimal" _gui-text="Serial Baud rate" _gui-description="The Baud rate of your serial connection (Default: 9600)">
+ <option value="9600">9600</option>
<option value="110">110</option>
<option value="300">300</option>
<option value="600">600</option>
@@ -38,8 +39,8 @@
</param>
<param name="space" type="description">&#xa0;</param>
<_param name="serialHelp" type="description">This can be a physical serial connection or a USB-to-Serial bridge. Ask your plotter manufacturer for drivers if needed.</_param>
- <_param name="parallelHelp" type="description">Please note that Parallel (LPT) connections are not supported.</_param>
- <_param name="hpglNote" type="description">Please note that only the HPGL command language is supported at the moment.</_param>
+ <_param name="freezeHelp" type="description">Using wrong settings can under certain circumstances cause Inkscape to freeze. Always save your work before plotting.</_param>
+ <_param name="parallelHelp" type="description">Parallel (LPT) connections are not supported.</_param>
</page>
<page name="plotter" _gui-text="Plotter Settings">
<param name="pen" type="int" min="0" max="99" _gui-text="Pen number" _gui-description="The number of the pen (tool) to use, on most plotters 1 (Standard: '1')">1</param>