github cncjs/cncjs v1.9.21

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

For those that are currently using Node.js 4 or Node.js 6, we recommend upgrading to Node.js 10 for this release.

Bug Fixes

  • Marlin: Fixes incorrect unit conversion for the digital readout (DRO) (PR #498, closes #318)
  • Fixes backslash in mount route under Windows (PR #552, closes #551)
  • Resolves an issue where Grbl controller cannot recognize certain startup message (PR #573)

Improvements

  • Marlin: Improves startup synchronization (PR #464 #473, closes #312)

Features

  • Smoothie: Supports new status format (PR #468, closes #463)
  • Adds meta address support for specifying the hostname of an IP camera URL (PR #478, closes #471)
    • http://0.0.0.0:8080/?action=stream will map the meta address 0.0.0.0 to window.location.hostname. For example, if window.location.hostname is 192.168.1.1:
      • http://0.0.0.0:8000/ will be changed to http://192.168.1.1:8000/
      • https://0.0.0.0:8000/ will be changed to https://192.168.1.1:8000/
      • //0.0.0.0:8000/ will be changed to //192.168.1.1:8000/
  • Handles X Y and Z axes in Probe widget (PR #488, closes #290)

Don't miss a new cncjs release

NewReleases is sending notifications on new releases.