gcodeplot
gcodeplot copied to clipboard
Use a 3-axis machine as a pen plotter
there is any way to not generate gcode for hidden paths? right now is generated for all paths even if is not visible thanks
**Argparse** - Commandline parameters now use `argparse()` instead of `getopt()`. This reduces the need to provide separate help/default/variable assignments and makes it easier to manage new parameters. This change is...
Adds a new tab in the GCodePlot window called Connection Settings that contains the Moonraker API settings as well as the Serial Connection settings (moved from the General tab). Currently...
Inkscape version 1.2.2 GCodePlot version 0.12 Viewing in CAMotics version 1.2.0 Same file, text is set to path in both scenarios, only change is between drawing/cutting in selection before saving....
"The called script passed additional data to Inkscape. No error message was returned from the script, but the result may be unusable." If I try to save s.th. to gcode...
Looks like the changes have been made it code, but the zip available on the inkscape site still downloads an older codebase.
It seems that upgrading breaks this plugin completely. The object I have is definetly a path, but... alas, no points.
I needed an easier way to position my vinyl cutter. With relative movement in X and Y direction, I can first manually put the knife at (0,0) on the vinyl...
There appears to be a command line flag to set the safeDeltaZ variable, but this flag is undocumented in the usage (-h) text.
``` $ python gcodeplot/gcodeplot.py --work-z=0.9 --lift-delta=0.6 --safe-delta-z=3 --z-speed=45 --pens=pens.txt mandala.svg Optimizing...[0%][5%][10%][15%][20%][25%][30%][35%][40%][45%][50%][55%][60%][65%][70%][75%][80%][85%][90%][95%] Transport time improvement: 89.1% (took 1.64 seconds). Drawing out of range: [0.0, 5.291666695939057e-06] [176.38888447916665, 176.38888977083334] No points. ``` Files...