From a729eeb50789ae7bc4e7f5a0c69f62c50212ab87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Fri, 10 Apr 2015 18:55:39 +0200 Subject: added option to set non-standard bytesize, stopbits and parity settings (bzr r14050) --- share/extensions/plotter.inx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index 5a6d8ce06..cc916fe08 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -27,7 +27,25 @@ 57600 115200 - + + 8 Bits + 7 Bits + 6 Bits + 5 Bits + + + 1 Bit + 1.5 Bits + 2 Bits + + + None + Even + Odd + Mark + Space + + <_item value="xonxoff">Software (XON/XOFF) <_item value="rtscts">Hardware (RTS/CTS) <_item value="dsrdtrrtscts">Hardware (DSR/DTR + RTS/CTS) -- cgit v1.2.3 From d5f4e25e196928fdc80e076432ea486d89abf931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Fri, 10 Apr 2015 20:52:44 +0200 Subject: added info about multiple pen feature in gui (bzr r14055) --- share/extensions/plotter.inx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index cc916fe08..17b2ff185 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -65,9 +65,9 @@ 1016.0 1016.0 - 1 - 0 - 0 + 1 + 0 + 0 0 90 @@ -76,16 +76,18 @@ false false - false + false +   + <_param name="multiplePensHelp" type="description">If you want to use multiple pens on your pen plotter create one layer for each pen, name the layers "Pen 1", "Pen 2", etc., and put your drawings in the corresponding layers. This overrules the pen number option above. - 1.00 - 0.25 - true - 1.2 - true -   - false + 1.00 + 0.25 + true + 1.2 + true +   + false <_param name="settingsHelp" type="description">All these settings depend on the plotter you use, for more information please consult the manual or homepage for your plotter. -- cgit v1.2.3