diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-10-06 19:06:09 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-10-06 19:06:09 +0000 |
| commit | 74ab23d467f0a8e128ae0c09f009878e49e94427 (patch) | |
| tree | 32eae11c5f9b853d9c50ac446e394b6af68d9808 /share/extensions/plotter.inx | |
| parent | parser can now work with multiple pens, better exception handling (diff) | |
| download | inkscape-74ab23d467f0a8e128ae0c09f009878e49e94427.tar.gz inkscape-74ab23d467f0a8e128ae0c09f009878e49e94427.zip | |
numerous optimizations, fixed bug tool offset correction calculates wrong points when length of line is smaller than tool offset
(bzr r12417.1.16)
Diffstat (limited to 'share/extensions/plotter.inx')
| -rw-r--r-- | share/extensions/plotter.inx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index c837e1926..1232890c9 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -40,8 +40,9 @@ <option value="57600">57600</option> <option value="115200">115200</option> </param> - <_param name="serialHelp" type="description">This can be a physical serial connection or a virtual USB-to-Serial bridge. Ask your plotter manufacturer for drivers if needed.</_param> - <_param name="parallelHelp" type="description">Parallel (LPT) connections are not supported.</_param> + <_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.</_param> + <_param name="parallelHelp" type="description">Please note that Parallel (LPT) connections are not supported.</_param> + <_param name="hpglNote" type="description">Please note that only the HPGL command language is supported at the moment.</_param> </page> <page name="overcut" _gui-text="Overcut"> <param name="useOvercut" type="boolean" _gui-text="Use overcut" _gui-description="Check this to use the overcut, if not checked the 'Overcut' parameter is unused (Default: Checked)">true</param> |
