Now that you understand what drawing with Gcode really means, you know that only vectors can be turned into stroke paths.
In a vector graphic editor such as Inkscape you can fill a closed path, but that filling will only exist on your screen.
Even if you tell Inkscape to fill in some path, you will only get the path's outline plotted when converted into Gcode instructions. That's because only the outline is a path but the filled area isn't.
So if we want our filled areas to be pen-plotted, we must first find a way to convert them into stroke paths.
14/11/2011
Do you fill like I do ?
By Anar on 14/11/2011, 09:53 - Software