github cncjs/cncjs v1.9.19

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

Improvements

  • [g2core] Resolves an issue that spindle will restart after stopping program execution (PR #451, closes #428)
  • Adds a "Ready to start" event that is triggered when the controller is ready to start (PR #460, resolves #437)
  • Adds support for specifying mount points in the .cncrc file (PR #461, closes #459)
    {
      "mountPoints": [
        {
          "route": "/widget",
          "target": "https://cncjs.github.io/cncjs-widget-boilerplate/v1/"
        }
      ]
    }

Bug Fixes

  • Fixes an issue that dropdown menu gets clipped by container with overflow:hidden property (PR #450, closes #445)
  • [Marlin] Fixes an issue that Marlin controller can sometimes hang at startup (PR #449, closes #312)
  • [Marlin] Fixes a bug that caused slow G-code processing (PR #462, resolves #454)

Don't miss a new cncjs release

NewReleases is sending notifications on new releases.