A web-based interface for CNC milling controller running Grbl, Smoothieware, or TinyG.
657
Dockerfile linksamd64, arm32v7A web-based interface for CNC milling controller running Grbl, Smoothieware, or TinyG. It runs on an Raspberry Pi or a laptop computer that you have Node.js installed, connecting to the Arduino over a serial connection using a USB serial port, a Bluetooth serial module, or a Serial-to-WiFi module like XBee or USR-WIFI232-T.
docker run -d \
--name cncjs \
--privileged \
--device /dev/ttyUSB0:/dev/ttyACM0 \
-p 80:8000 \
--restart always \
davidhamm/cncjs:latest
--privileged--device /dev/ttyUSB0:/dev/ttyACM0-p 80:8000--restart alwaysCNCjs will be available on this URL:
http://localhost
Content type
Image
Digest
Size
174.9 MB
Last updated
over 5 years ago
docker pull davidhamm/cncjs