I've now tried changing the resolution to 90dpi
Or does this problem affect new drawings?Answering your question, it happens with new drawings. Even a simple square is not translated to correct gcode, then, i do exactly the same thing with the same plugin version but in inkscape 0.91 and it all goes well.
well, not unless that jtechphonics extension actually calls up and uses the Orientation Points extension.
line | Has | Change |
5859 | orientation_scale = 3.5433070660 | orientation_scale = 1 |
5863 | orientation_scale = 90 | orientation_scale = 25.4 |
Line in gcodetools.py | Action |
5859 | Delete |
5860 | Delete |
5863 | Delete |
5864 | Delete |
5867 | Delete |
5869 | Replace "si =" with "i =" |
5874 | Replace "% (si[0], -si[1]+doc_height)," with "% (i[0], -i[1]+doc_height)," |
5878 | Replace "% (i[0],i[1],i[2]), (si[0]+10), (-si[1]-10+doc_height)," with "% (i[0],i[1],i[2]), (i[0]+10), (-i[1]-10+doc_height)," |