summaryrefslogtreecommitdiffstats
path: root/share/extensions/plotter.inx
diff options
context:
space:
mode:
authorArnout Engelen <arnouten@bzzt.net>2018-02-17 14:17:23 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-03-03 14:18:56 +0000
commitb61cd01ff12ae700ad4ed3fb7cf19cc995ca5897 (patch)
treea37862a506261c661886dbca472e209591494b33 /share/extensions/plotter.inx
parentsnapcraft.yaml: Fix new-line formatting of description (diff)
downloadinkscape-b61cd01ff12ae700ad4ed3fb7cf19cc995ca5897.tar.gz
inkscape-b61cd01ff12ae700ad4ed3fb7cf19cc995ca5897.zip
Export to plotter via the parallel port
Tested with a Roland Camm-1 CX-24 on Linux via a USB-to-parallel cable. Will also test with a Silhouette Portrait, however for that plotter our HPGL export currently does not yet work (http://www.inkscapeforum.com/viewtopic.php?f=31&t=33405&sid=fcb7fd452c2bc29863eec6d6ff6e030b).
Diffstat (limited to 'share/extensions/plotter.inx')
-rw-r--r--share/extensions/plotter.inx5
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>