Skip to content

Releases: cncjs/cncjs

v1.7.0

03 Nov 03:40
Compare
Choose a tag to compare

This release contains new features, bug fixes, and improvements, including:

Preview

image

What's New

  • Grbl v1.1 support (resolves #89) - realtime feedrate and spindle speed overrides will be added later
  • A new sidebar menu for future extensibility (i.e. #47, #48, #75)
  • 3D view can be disabled for slow performance machines or browsers that don't have GPU hardware accerleration and WebGL support (resolves #37, #76, #86)

Other improvements and fixes

  • Lessen visibility of completed paths (resolves #90)
  • Informing when a updated version is available (resolves #75)
  • Spindle widget enhancements (resolves #88)
    • Spindle speed change support
    • Coolant control (M7/M8/M9) support
  • Grbl and TinyG2 controller enhancements

v1.6.8

20 Oct 15:55
Compare
Choose a tag to compare

v1.6.7

15 Oct 09:18
Compare
Choose a tag to compare

This update contains improvements and bug fixes, including:

  • Resolves a slow performance issue when dragging widgets (c18c6b3)
  • Fixes a bug where Grbl widget is not draggable (877e89f)
  • Performs dns lookup to resolve server address (04efbe0)
  • Updates package dependencies (2d974c6)

v1.6.6

19 Sep 07:25
Compare
Choose a tag to compare

This update contains bug fixes in previous versions, including v1.6.4 and v1.6.5:

  • Set default webcam disabled state to true (ddc513a)
  • Resolves an issue that widget control buttons cannot work after maximizing (585dca4)
  • New API updates for react-virtualized@8.0

v1.6.5

17 Sep 09:54
Compare
Choose a tag to compare

Bug Fixes

  • Fixes a bug where widget drag and drop cannot work due to code change side effects (e3d344a, fixes #79)

Enhancements

  • Updates store only when necessary (ebbf150)
  • Refines Macro widget layout (51c9405, resolves #80)
  • Remembers widget minimized state (77b563a, resolves #80)
    image

v1.6.4

16 Sep 07:19
Compare
Choose a tag to compare

Enhancements

  • Change default font size from 12px to 13px (aaa9435)
  • Move the toggle units button from the Axes widget to the central toolbar (5044f62)
  • Add support for toggling between imperial and metric coordinate systems
    in the 3D visualizer (bc2acb1)
    image
  • Add support for accessing from a local media source using a built-in camera or a connected webcam (469d6eb, resolves #57)
    image
  • Add support for the 4th axis (bcc0688, a29eda7)
    image
  • [Electron] Add support for zooming in/out and resetting zoom level in the desktop app (d6a157e, resolves #77)
    image

v1.6.3

09 Sep 02:49
Compare
Choose a tag to compare

Bug Fixes

Fix an issue that drag and drop does not work after API changes (3e4ce5a, resolves #69)

v1.6.2

08 Sep 04:00
Compare
Choose a tag to compare

New Language

  • Italiano (Italian) - Contributed by vince87

v1.6.1

06 Sep 16:25
Compare
Choose a tag to compare

Fix an issue that the Create Macro action will always fail if the "macros" entry is not available in the ~/.cncrc file (652c4e2, resolves #61)

v1.6.0

01 Sep 16:29
Compare
Choose a tag to compare

This release contains bug fixes and enhancements, including:

Bug Fixes

  • Fix an issue that the gcode:load event was not fired when uploading a G-code file (b86393f)
  • Correct a misspelling in the G-code widget (97dcac7)

Enhancements

  • [Webcam Widget] Add support for optical work zero adjustment
    (fd05e27, #57)
    image
  • Add macro support for storing G-code to simplify CNC workflow (#61)
    image
  • Grbl and TinyG2 controller enhancements
  • Improve translations