cncdovetailcut
v0.0.1
Published
generate gcode for cutting dove tail joints with a CNC milling machine
Downloads
1
Readme
(Round) CNCDoveTailCut
Generate GCode for cutting dove tail joints with a CNC milling machine
Getting Started
Install the module with: npm install cncdovetailcut
Install with cli command
$ npm install -g cncdovetailcut
Documentation
The following commands are available to use:
Usage: cncdovetailcut gcode [options] [command]
Commands:
gcode [options] generate gcode for specified parameters
Options:
-h, --help output usage information -v, --version Program version
##Credits
- converting canvas to GCode: GCanvas
- drawing a smooth line (millable from inside and outside) through a number of points: Cardinal-Spline-JS