gcode-simulator
gcode-simulator copied to clipboard
convert svg to gcode and watch a virtual cnc machine make cuts in 3d
When i try to run gcode-simulator with the following command: `$ curl http://www.clker.com/cliparts/O/H/c/W/A/o/plane.svg | svgmill -i -z 110 --scale=1 | gcode-simulator -i` I've got the following error: ``` C:\www\gcode-simulator> curl...
``` $ gcode-simulator events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:980:11) at Process.ChildProcess._handle.onexit (child_process.js:771:34) ``` IIRC, it used to spin up a server and...
I find it really difficult to control the camera. I'd really love if there were preset camera positions that I could just switch between, and if it was independent of...
I see this file referenced in your example, but I can't find it. Am I missing something obvious? Cheers