Hello...
Does someone have idea how to solve this problem?
For example (I just grabbed 1'st cartoon from the net) I wan't to route contour from bitmap image.
I tried to trace image in inkscape. It's make nice path but it does all internals too (eys for example)
So I try to erase all that and leave just outer contour and then does bitmap trace. Now I have dxf and I convert it to Gcode with F engrave. I got correct path and machine run ok with that.
But the result is bad as cutter compensation isn't on. So I insert G41.1 D2 in the proper place in beginning of file. And got error few lines lower (something with convex shape problem) and can't run program at all.
So Is there some way to do this? (prefered are free software)
To convert image just to outline....
To convert that outline to Gcode and apply cutter compensation!
For compensation I prefer to have more material where cutting is to narow to be done with current tool. (for example narow space betwen leg should be cutted as one piece.
Any idea?