Inkscape.org
Using Inkscape with Cutters/Plotters Area Gcodetool Extension Error
  1. #1
    jrca jrca @jrca
    *

    I get the following error when I try to use the area extension tool:

    Traceback (most recent call last):
      File "gcodetools.py", line 5921, in <module>
        Gcodetools().run()
      File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 140, in run
        self.save_raw(self.effect())
      File "gcodetools.py", line 5872, in effect
        self.options.active_tab()
      File "gcodetools.py", line 4164, in tab_area
        elem = area_group.add(PathElement(style=MARKER_STYLE["biarc_style_i"]['area']))
      File "src/lxml/classlookup.pxi", line 77, in lxml.etree.ElementBase.__init__
      File "src/lxml/apihelpers.pxi", line 158, in lxml.etree._initNewElement
      File "src/lxml/apihelpers.pxi", line 317, in lxml.etree._initNodeAttributes
      File "src/lxml/apihelpers.pxi", line 334, in lxml.etree._addAttributeToNode
      File "src/lxml/apihelpers.pxi", line 1538, in lxml.etree._utf8
    TypeError: Argument must be bytes or unicode, got 'Style'
     

     

    version 1.0.2

    Any ideas on how to fix this?