level 2
Inkscape 在脚本执行后收到了额外的数据。脚本未返回错误,但是这意味着结果可能和预期不符。
2018年04月01日 05点04分
1
level 2
比如说修改这个,我试过了,还是不行啊
doc_height =self.unittouu(self.document.getroot().xpath('@height', namespaces=inkex.NSS)[0])
2018年04月01日 05点04分
3
level 2
Traceback (most recent call last):
File "laserengraver.py", line 3188, in <module>
e.affect()
File "inkex.py", line 283, in affect
self.effect()
File "laserengraver.py", line 3156, in effect
self.orientation( self.layers[min(0,len(self.layers)-1)] )
File "laserengraver.py", line 3080, in orientation
doc_height = inkex.unittouu(self.document.getroot().get('height'))
AttributeError: 'module' object has no attribute 'unittouu'
2018年04月01日 05点04分
4
level 1
输出的NC文件 图形尺寸比原图尺寸大了1.06倍 是怎么回事
2019年01月09日 01点01分
6
level 1
Inkscape 中使用laserengraver转化出的G代码尺寸变了,转换后原点和尺寸都变了,有大神指导么
2019年01月09日 01点01分
7
level 1
请问楼主解决了吗?我知道把e.affect()改成e.effect()但是还有一个错误
2019年07月10日 07点07分
9