gcodeplot
gcodeplot copied to clipboard
Use a 3-axis machine as a pen plotter
``` File "svg2cookiecutter.py", line 232, in svgToCookieCutter for superpath in parser.getPathsFromSVGFile(filename)[0]: File "C:\Users\Axel\AppData\Roaming\inkscape\extensions\svgpath\parser.py", line 699, in getPathsFromSVGFile return getPathsFromSVG(ET.parse(filename).getroot()) File "C:\Users\Axel\AppData\Roaming\inkscape\extensions\svgpath\parser.py", line 693, in getPathsFromSVG getPaths(paths, matrix, svg, path.SVGState(), {})...
I have played with some other "laser" options for inkscape. but this plugin is just so simple to use with my 3d printer would it be possible to add Gcode...
It is sometime better to have the inside walls flat to not shrink the dough inside and keep a better shape.
Hello, Thank you for providing this extension for Inkscape users! This is just to let you know that most 3rd party Inkscape extensions, like this one, probably will not work...
The generated demoulding plate can be improved in two ways: 1. Take into consideration the insideWallFlareWidth. Right now, if the insideWallFlareWidth is larger than the minInsideWallThickness the demoulding plate will...
Hi again! Is there any way to put somewhere some default config file instead of using switches? Regards!
Nice tool but what parameter is defining the width of the pen?
The `--safe-delta-z` option is missing from the command-line help. I haven't looked but there are probably other options that need to be updated too. Python can generate command-line help automatically...
My plotter has (0, 0) at the center, so I want to be able to use negative X and Y values. So I set Left and Buttom to negative values....
Hi, i am trying to convert your python code to javascript, and result in weird path data. I enlarge the sample path and offset is 4 `paths = [[[0,0],[20,0],[20,20],[0,20],[0,0]]]` ...