diff options
Diffstat (limited to 'share/extensions/plotter.py')
| -rw-r--r-- | share/extensions/plotter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/extensions/plotter.py b/share/extensions/plotter.py index 0c802ddc9..9b8aff54f 100644 --- a/share/extensions/plotter.py +++ b/share/extensions/plotter.py @@ -58,6 +58,7 @@ class MyEffect(inkex.Effect): + "\n2. Extract the \"serial\" subfolder from the zip to the following folder: \"C:\\Program Files (x86)\\inkscape\\python\\Lib\\\" (Or wherever your Inkscape is installed to)" + "\n3. Restart Inkscape.")) return + # TODO:2013-07-13:Sebastian Wüst:Maybe implement DMPL? # get hpgl data myHpglEncoder = hpgl_encoder.hpglEncoder(self.document.getroot(), self.options) try: |
