cncjs
cncjs copied to clipboard
A web-based interface for CNC milling controller running Grbl, Marlin, Smoothieware, or TinyG.
Grbl v1.1 controllers support additional Extended Ascii Realtime Comands: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Commands#extended-ascii-realtime-command-descriptions The jogCancel command is sent as the character 0x85, and is useful for implementing Grbl v1.1 jogging: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Jogging The 0x85...
#### Description I am in the process of upgrading/building my CNC machine. I have an issue were I am getting a triggered hardware endstop when I switch the spindle on....
#### Description Describe the issue or feature request in detail. Take a screenshot or record a video will be helpful. I download the .deb file using Firefox When I try...
#### Description Describe the issue or feature request in detail. Take a screenshot or record a video will be helpful. #### Versions - CNCjs: 1.9.x - Node.js: 6.x - NPM:...
#### Description After following all the setup steps on the wiki, I've made a few successful cuts with CNCjs. I usually have a macbook around somewhere, and watch the main...
#### Description Hey there, I experience the issue of CNCjs stopping randomly during a job run. I googled around a bit and couldn't find a solution yet, which is why...
Shortcut on both mac and windows desktop app seems not working for me . while this shortcut is ok : ctrl + alt + command + = Toggle Jog Distance...
#### Description Hi There, I am using a rotary axis with my cnc machine and the A-axis in the axis widget does not report/display a value when jogging (i.e. G0A250)....
(Unsure if applies to firmwares other than TinyG / g2core, so only implemented for tinyg/g2core) When jogging with shuttleXpress (any OS, browser or desktop, etc), it has a delay of...
This PR implements support for displaying messages embedded in g-code comments, along the lines of #316 For any lines beginning with '(MSG' (case-insensitive) the remainder of the line sans the...