cnc-club / gcodetools

CAM extension for Inkscape to export paths to Gcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gcodetools.py ,line 5864

panepist opened this issue · comments

commented

file:gcodetools/stable/gcodetools.py

The line 5864 doc_height = inkex.unittouu(self.document.getroot().get('height'))
give me error
"AttributeError: 'module' object has no attribute 'unittouu'"

change with code
doc_height = self.unittouu(self.document.getroot().xpath('@height', namespaces=inkex.NSS)[0])

http://www.tylerforsythe.com/2015/02/inkscape-laser-engraver-bug/