Hi
I can import simple files from the saved dxf to another programme (to turn it into a svg for laser cutting) but when it gets more complicated (I think when I've used the array function, I get this error:
Traceback (most recent call last):
File "dxf_input.py", line 477, in <module>
layer = layer_nodes[vals[groups['8']][0]]
KeyError: u'Sheet'
Then it won't load
Anyone know if this is a fault with the array function? I see arrayed elements don't undo on the undo function either!