From de3cd4c192b87660d348ca146b3a7409d8d05108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sat, 27 Jul 2013 17:18:36 +0200 Subject: small changes + fixes (bzr r12417.1.13) --- share/extensions/plotter.py | 1 - 1 file changed, 1 deletion(-) (limited to 'share/extensions/plotter.py') 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) -- cgit v1.2.3