diff options
Diffstat (limited to 'share/extensions/plotter.inx')
| -rw-r--r-- | share/extensions/plotter.inx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index 9b112938e..a318d5eb8 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -9,6 +9,11 @@ <_param name="introduction" type="description">Please make sure that all objects you want to plot are converted to paths.</_param> <param name="tab" type="notebook"> <page name="misc" _gui-text="Connection Settings "> + <param name="portType" type="optiongroup" _gui-text="Port type:"> + <_option value="serial">Serial</_option> + <_option value="parallel">Parallel</_option> + </param> + <param name="parallelPort" type="string" _gui-text="Parallel port:" _gui-description="The port of your parallel connection, on Windows not currently supported, on Linux something like: '/dev/usb/lp2' (Default: /dev/usb/lp2)">/dev/usb/lp2</param> <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="enum" _gui-text="Serial baud rate:" _gui-description="The Baud rate of your serial connection (Default: 9600)"> <item value="9600">9600</item> |
