From 1654c7cdf0cdedf2d2c5befa560bcc5688428c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sun, 13 Sep 2015 17:30:35 +0200 Subject: Extensions: changed wording for tool offset correction (bzr r14359) --- share/extensions/plotter.inx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index 17b2ff185..84c9596fe 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -82,8 +82,8 @@ 1.00 - 0.25 - true + 0.25 + true 1.2 true   -- cgit v1.2.3 From 43783fa8293b066329d00b523d8931326feb7b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sun, 13 Sep 2015 17:55:36 +0200 Subject: Extensions: removed pre stream commands feature (too complicated, not needed) (bzr r14360) --- share/extensions/plotter.inx | 1 - 1 file changed, 1 deletion(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index 84c9596fe..6a8bfb3d4 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -56,7 +56,6 @@ <_item value="DMPL">DMPL <_item value="KNK">KNK Plotter (HPGL variant) -   <_param name="freezeHelp" type="description">Using wrong settings can under certain circumstances cause Inkscape to freeze. Always save your work before plotting! <_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 b85011acb374f9b85fc6def1507747bb4da60c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sat, 24 Oct 2015 14:42:23 +0200 Subject: Extensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580 Fixed bugs: - https://launchpad.net/bugs/1509580 (bzr r14429) --- share/extensions/plotter.inx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index 6a8bfb3d4..c91857b05 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -49,7 +49,7 @@ <_item value="xonxoff">Software (XON/XOFF) <_item value="rtscts">Hardware (RTS/CTS) <_item value="dsrdtrrtscts">Hardware (DSR/DTR + RTS/CTS) - <_item msgctxt="Flow control" value="">None + <_item value="none">None <_item value="HPGL">HPGL -- cgit v1.2.3