A bare minimum example to develop a cncjs pendant.
npm install
Run bin/cncjs-pendant-boilerplate
to start the interactive client. Pass --help to cncjs-pendant-boilerplate
for more options.
bin/cncjs-pendant-boilerplate --help
Added custom commands to move the cnc head:
-
tri: Makes the CNC head move in one triangle
-
multiPoint: moves the CNC head through points in a list
-
loopPoins: a command that loops through different coordinates until the space button is pressed.