github cncjs/cncjs v1.9.22

latest releases: v1.10.3, v1.10.2, v1.10.1...
4 years ago

Bug Fixes

  • Jog not working on Marlin (PR #583, closes #581)

Features

  • Add support for displaying server mount points on the desktop app (PR #574)

    • To mount a remote endpoint for the desktop app, you have to open the Properties dialog and add command-line arguments on the Target field.

      image

      Mount https://cncjs.github.io/cncjs-pendant-tinyweb/src/ as /tinyweb:

      "C:\Users\My Account\AppData\Local\Programs\cncjs-app\CNCjs.exe" --mount /tinyweb:https://cncjs.github.io/cncjs-pendant-tinyweb/src/ 
      

      Mount https://cncjs.github.io/cncjs-shopfloor-tablet/src/ as /tablet:

      "C:\Users\My Account\AppData\Local\Programs\cncjs-app\CNCjs.exe" --mount /tablet:https://cncjs.github.io/cncjs-shopfloor-tablet/src/
      
    • Re-open the desktop app, you will see the mount points under the View menu:

      image

Don't miss a new cncjs release

NewReleases is sending notifications on new releases.