summaryrefslogtreecommitdiffstats
path: root/share/extensions/plotter.py
diff options
context:
space:
mode:
authorSebastian Wüst <sebi@timewaster.de>2013-10-09 19:35:15 +0000
committerSebastian Wüst <sebi@timewaster.de>2013-10-09 19:35:15 +0000
commitd88806501eed58d77af06eab96352a667d895063 (patch)
tree5e3fb9b8ac4f17a273616507e20842e9d40be8e6 /share/extensions/plotter.py
parentnumerous optimizations, fixed bug tool offset correction calculates wrong poi... (diff)
downloadinkscape-d88806501eed58d77af06eab96352a667d895063.tar.gz
inkscape-d88806501eed58d77af06eab96352a667d895063.zip
small stuff
(bzr r12417.1.17)
Diffstat (limited to 'share/extensions/plotter.py')
-rw-r--r--share/extensions/plotter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/extensions/plotter.py b/share/extensions/plotter.py
index 9b8aff54f..db05c03cc 100644
--- a/share/extensions/plotter.py
+++ b/share/extensions/plotter.py
@@ -92,6 +92,7 @@ class MyEffect(inkex.Effect):
'''
# send data to plotter
# TODO:2013-07-13:Sebastian Wüst:Slow down sending to prevent buffer overflow (Somewhat esotherical)
+ # TODO:2013-10-09:Sebastian Wüst: add rtscts=1 ?
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)