DRL to GCode converter
npm install drl2gcode``
Usage: npx drl2gcode@latest [options]
Converts DRL file to GCode
Arguments:
input Input DRL file (required)
Options:
-V, --version output the version number
-q, --quiet Be quiet
-f, --feedrate
-s, --spindle
-j, --jog-z
-m, --move-z
-d, --depth
--offset-x
--offset-y
-h, --help display help for command
``