diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-11-13 20:55:31 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-11-13 20:55:31 +0000 |
| commit | 694ff84d613639d2a62b6fc2b822b12627d8fea9 (patch) | |
| tree | 0a288dd72fd444bf5e27a1652046a1a1a38ac169 /share/extensions/plotter.inx | |
| parent | fix warning (diff) | |
| download | inkscape-694ff84d613639d2a62b6fc2b822b12627d8fea9.tar.gz inkscape-694ff84d613639d2a62b6fc2b822b12627d8fea9.zip | |
renamed some methods + removed unnecessary text + and fixed start option
(bzr r12812)
Diffstat (limited to 'share/extensions/plotter.inx')
| -rw-r--r-- | share/extensions/plotter.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index 49bcf837e..f33e3088b 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> @@ -39,7 +40,6 @@ <param name="space" type="description"> </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> </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> |
