I added a drag knife to my 3D Printer to cut vinyl. Since drag knife blades are off centered, it would leave my cut with gaps.
npm install gcode-path-extenderI added a drag knife to my 3D Printer to cut vinyl. Since drag knife blades are off centered, it would leave my cut with gaps.
I wrote this to extend the paths of the GCODE generated by LaserWeb.
npm install -g https://github.com/vietquocnguyen/gcode-path-extendergcode-path-extender [options]
Options:
-V, --version output the version number
-t, --tool-off-gcode [gcode] Tool Off GCODE (default: G1 Z3)
-e, --extend [millimeters] Extend each path by how many millimeters (default: 4)
-h, --help output usage information
gcode-path-extender --extend 6 cube.gcode cube-extended.gcode