From 058c231d7eb8f17e92d898c4b80b3822dcc5e353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sat, 9 Nov 2013 19:29:34 +0100 Subject: fixed flow control problem in plotter extension (bzr r12783) --- share/extensions/plotter.inx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index b950e0246..cca325cf2 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -27,9 +27,10 @@ - - - + + + +   <_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. -- cgit v1.2.3 From 9b5f6b893852940b30d8797469d2b8b14f0ecbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sat, 9 Nov 2013 19:48:52 +0100 Subject: added missing translation flags and a small text change (bzr r12784) --- share/extensions/plotter.inx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index cca325cf2..526ab1bd3 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -27,10 +27,10 @@ - - - - + <_option value="">None + <_option value="xonxoff">Software (XON/XOFF) + <_option value="rtscts">Hardware (RTS/CTS) + <_option value="dsrdtrrtscts">Hardware (DSR/DTR + RTS/CTS)   <_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. -- cgit v1.2.3