Inkscape.org
Using Inkscape with Cutters/Plotters Error when saving file as makerbot gcode
  1. #1
    clipstevens clipstevens @clipstevens

    I get the following error code when attempting to save file as g-code:

    Traceback (most recent call last):
      File "unicorn.py", line 23, in <module>
        from unicorn.context import GCodeContext
      File "C:\Program Files\Inkscape\share\inkscape\extensions\unicorn\context.py", line 104
        print line
              ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?