Skip to content

Releases: cncjs/cncjs-shopfloor-tablet

Version v2.0.0

24 Nov 21:17
1d62392
Compare
Choose a tag to compare

Version 2 contains many improvements in function and layout.

Function:

  • Adds A axis support to the GUI
  • Streamlined use of calculator/keypad for GoTo and Set functions
  • Automatic switching of jog increments based on Inch/mm mode
  • Serial message box to see feedback from controller
  • Work offsets are per-coordinate-system
  • Some bug fixes in toolpath display for degenerate files with no XY motion

Layout:

  • Simplified main screen by moving GoTo and Set buttons into calculator/keypad - they are always used after entering a number.
  • Fullscreen mode - works on some browsers including Chrome/Android and maybe on IOS
  • Better display scaling across a wide range of resolutions - but primarily intended for landscape mode

Bug fixes - previewer and Z axis

17 Dec 00:29
Compare
Choose a tag to compare

Fixed a toolpath display bug whereby the scale of the display window was wrong when there was a long-radius arc.
Fixed a bug whereby the Y axis position was displayed in the Z axis DRO for GRBL and Smoothie controllers.

2D Visualization

14 Dec 01:28
Compare
Choose a tag to compare

Adds a 2D visualizer window that shows the XY projection of the current GCode file and the current position of the tool within that path.

v1.0.2

05 Dec 01:25
Compare
Choose a tag to compare

Redirects to pendant UI after a successful login (8b8277c)
Note: This only works for CNCjs 1.9.12 and later versions

v1.0.1

30 Nov 15:21
Compare
Choose a tag to compare

Right aligned dropdown menu (80c01eb)

v1.0.0

30 Nov 09:41
Compare
Choose a tag to compare

Fixed an issue where ES6 arrow function is not supported by old browsers (45fc6d7)

master

30 Nov 09:38
Compare
Choose a tag to compare

2020-11-24 21:34:52 +0000 8b06324 More run time fixes