Sorry for not answering for 2 days, I was out of Russia so I was not able to check the forum.
As for the DXF import. I've faced the same problem some weeks ago. It happens because the path is imported divided into the segments. If you try to break it apart with Ctrl+Shift+K, you'll see a lot of small segments.
I've made a small extension to fix it.
But when I've announced it on the linuxgraphics.ru I was told a better solution.
1. Select all the paths.
2. Go to node editing mode F2. And select all the nodes Ctrl+A.
3. Press the button to all separate nodes into one node. This one:

- join nodes inkscape dxf import.png (681 байт) 5925 просмотров
So my extension is pointless

.
--------------------------
The latest version is in the first post of this thread. And gcodetools.py file should have this lines at the top:
Код: Выделить всё
###
### Gcodetools v 1.6.04
###
gcodetools_current_version = "1.6.04"
------------------------------
Encoding problem:
Try to put these lines into gcodetools.py (at the top):
Код: Выделить всё
#!/usr/bin/env python
# -*- coding: utf-8 -*-
instead of
If it fixes the problem I'll add it to mainstream.