github cncjs/cncjs v1.9.10

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

Enhancements

  • Multiple mount points (a1bc674)

    cnc -vv -p 8000 \
        --mount /static:/path/to/static \
        --mount /widget:/path/to/cncjs-widget-boilerplate/dist
    

    For Electron macOS app, you can use the open command to pass arguments to the application:

    open -a /Applications/CNCjs.app --args --mount /widget:/path/to/cncjs-widget-boilerplate/dist
  • Custom widget support (5fa5110, b366a8c, #85)
    See development guide and boilerplate code at https://github.com/cncjs/cncjs-widget-boilerplate

    image

  • [Electron] Support for adding mount paths to the applcation menu (8eac37b, #199)
    image

  • [Grbl] Support for gCarvin firmware (113553a, #203)

  • Axes labeled in cm in mm mode (3c7b6ba, #205)

Bug Fixes

  • Incorrect work offset setting in inch mode (47255cb, #204)

Translations

Don't miss a new cncjs release

NewReleases is sending notifications on new releases.