-
#### Description
Hi I installed CNCjs with a Raspberry Pi v2.1 camera, directly connecte to the main board with a flatcable. Everything works except the camera.
The camera connected to the RPi i…
-
When I run the command "sudo npm install -g cncjs-pendant-ps3 --unsafe-perm # Install Globally" I get a bunch of messages about "npm WARN deprecated. . ." eventually I get a compilation terminated and…
-
#### Description
I know that this will be embedded in the new version under 3D View but is possible to activate it under the settings menu? I just like to see what command will be executed and when l…
-
## Feature request
I want to use a tool offset probe with my CNC with UGS as the controller and don't find that UGS supports M6 tool changes and tool offsets. Does it and I just don't know about …
-
#### Description
Hi,
I have been using CNCjs for a while and I love it, but I recently installed it on a low-end fanless mini PC
(Windows 10 (64 Bits) Intel x5-Z8350, 4G RAM) and while it does…
-
#### Description
On Linux Mint, using the Firefox browser, connected to cncjs running on a Raspberry Pi, entering gcode commands into the Console works. The command executes. But using the Chrome b…
-
#### Description
Just like octoPrint, even the CNC is not connected I can still view the files, or upload.
#### Versions
- CNCjs: 1.9.x
#### How Do You Install CNCjs?
- [x] NPM
#### …
-
#### Description
The auto-zoom in cnc.js does not show the complete drawing.
Tested on Linux with Chromium and (older) Firefox.
Example:
```
G0 X0 Y0
F500
G2 X100 Y0 I50 J0
```
only shows…
-
#### Description
i cant make the z axis to go down ( it was working fine but something happined)
Z+ goes up
Z- goes up
changed the stepper motor
changed the stepper driver
changed to x axis s…
-
#### Description
I'm trying to update Pendant to work with Marlin, I was able to get the XYZ jog advance to update by updating the code from G90, G91 G0 (move) G90 to G91 G0 (Move)G90. So I was abl…