cncjs icon indicating copy to clipboard operation
cncjs copied to clipboard

A web-based interface for CNC milling controller running Grbl, Marlin, Smoothieware, or TinyG.

Results 188 cncjs issues
Sort by recently updated
recently updated
newest added

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....

⭐ feature (enhancement)
hw:raspberry-pi
install:npm

#### 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...

more information

#### 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:...

install:electron
hw:desktop
os:windows

#### 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...

hw:raspberry-pi
install:npm
install:electron
stale
os:mac
focus:performance

#### 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...

hardware
install:npm
focus:connectivity

Shortcut on both mac and windows desktop app seems not working for me . while this shortcut is ok : ctrl + alt + command + = Toggle Jog Distance...

install:electron
hw:desktop
os:windows
focus:user-interface
os:mac

#### 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)....

install:electron
hw:desktop
os:linux
stale

(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...

🏗️ work in progress

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...