Austin St. Aubin
Austin St. Aubin
I thought I had fixed that.... Just kill that pm2 process `cncjs-pendant-raspi-gpio`, or if you plan to use that pi-gpio pendant, make sure that its connecting to the correct serial...
@scotthz a docker image might be a good option to replace the complicated setup required for the raspberry pi.
I have created a Raspbian image for the Pi. This should help users get started quickly. [cncjs-pi-raspbian](https://github.com/cncjs/cncjs-pi-raspbian). Its not built on docker, but its a good start to getting toward...
CNCjs runs gcode, it is not a post processor or converter.
I would look at the probing / touchoff featuers of [sourcerabbit-gcode-sender](https://github.com/nsiatras/sourcerabbit-gcode-sender), [chilipeppr](http://chilipeppr.com/) and [Estlcam](http://www.estlcam.com/) Both have probing features that could be emulated for development into cncjs. Requested Features: - Z...
There is also https://github.com/cncjs/cncjs-pendant-ps3
Odd, open the [Developer Tools](https://developers.google.com/web/tools/chrome-devtools/) and ( Control+Shift+J ) and see what errors are reported.
I have the same issue every winter. It’s an issue of poor grounding, or improper grounding (like having created a grounding loop).
I am having the same issue. I can login to the git server with node-red, however I can login with the keyfile from the docker container. Tested with the following....
Might be related to https://github.com/node-red/node-red-docker/issues/191 Still researching and testing.