github cncjs/cncjs v1.8.5

latest releases: v1.10.3, v1.10.2, v1.10.1...
pre-release7 years ago

Release notes

  • Refactors cncengine and monitor services (49c86e4)
  • Prevents body scrolling when opening a modal window (0b4efde)
  • Adds support for uploading G-code from a watch directory (946fd3d, resolves #75, #91)

Usage

 $ cnc --watch-directory /home/pi/watch

Instead of passing command line options for --watch-directory and --allow-remote-access, you can create a ~/.cncrc file that contains the following configuration in JSON format:

{
  "watchDirectory": "/path/to/dir",
  "allowRemoteAccess": false
}

Then you can browse the watch directory to select a G-code file to load:

image

Don't miss a new cncjs release

NewReleases is sending notifications on new releases.