0.0.1 • Published 8 years ago

cncdovetailcut v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

(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

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