summaryrefslogtreecommitdiffstats
path: root/share/extensions/plotter.py
diff options
context:
space:
mode:
authorSebastian Wüst <sebi@timewaster.de>2013-07-27 15:18:36 +0000
committerSebastian Wüst <sebi@timewaster.de>2013-07-27 15:18:36 +0000
commitde3cd4c192b87660d348ca146b3a7409d8d05108 (patch)
treec5cc00fc9b25e522a9a4f7f6988d3e99bccd982e /share/extensions/plotter.py
parentminor stuff (diff)
downloadinkscape-de3cd4c192b87660d348ca146b3a7409d8d05108.tar.gz
inkscape-de3cd4c192b87660d348ca146b3a7409d8d05108.zip
small changes + fixes
(bzr r12417.1.13)
Diffstat (limited to '')
-rw-r--r--share/extensions/plotter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/extensions/plotter.py b/share/extensions/plotter.py
index 42e348742..4556e9058 100644
--- a/share/extensions/plotter.py
+++ b/share/extensions/plotter.py
@@ -87,7 +87,6 @@ class MyEffect(inkex.Effect):
raise Exception(inst)
'''
# send data to plotter
- # TODO:2013-07-13:Sebastian Wüst:Somehow slow down sending to avoid buffer overruns in the plotter on very large drawings.
mySerial = serial.Serial(port=self.options.serialPort, baudrate=self.options.serialBaudRate, timeout=0.1, writeTimeout=None)
mySerial.write(self.hpgl)
# Read back 2 chars to avoid plotter not plotting last command (I have no idea why this is necessary)