Back to Browse

CNCjs Touch Screen with Raspberry Pi - controller for GRBL

31.0K views
Apr 17, 2021
14:20

I needed a way to control my new LongMill from Sienci Labs. So I had a spare Raspberry Pi 4 I was not using and put it to work. #cnc #longmill #cncjs #maker Follow Along With the Write Up & Code: https://www.dehammermaker.com/cncjs-on-pi-4 Music by Hawk vs Dove - Rock Waltz & Time Again: https://hawkvsdove.bandcamp.com/track/rock-waltz-4 YOU CAN GET THE NEW MK2 LONG MILL HERE (These are affiliate links that help support the channel and add nothing to the overall cost): https://sienci.com/product/longmill-mk2/?ref=dehammer Pi OS IMAGER: https://www.raspberrypi.org/software/ CNCJS: https://cnc.js.org/docs/ CNCJS GITHUB: https://github.com/cncjs/cncjs-pi-raspbian 3. INSTALL CNCJS # Install Build Essentials & GIT sudo apt-get install -y build-essential git # Install Useful Tools sudo apt-get install htop iotop nmon lsof screen -y # Install NodeJS CURRENT sudo apt-get install -y nodejs   # Install CNCjs URL="https://raw.githubusercontent.com/cncjs/cncjs-piraspbian/master/cncjs_install.sh" curl -sSL ${URL} | bash #Install Selections All 3 Pendants installed Version: 1.9.22 URL to Open in Chrome Kiosk  http://localhost:8000 The Below Links are affiliate links and I may make a commission off of any items sold. This helps fund the channel and to keep making videos. PARTS USED LINKS: CNC - LongMill: https://sienci.com/ The Below Links are affiliate links and I may make a commission off of any items sold. This helps fund the channel and to keep making videos. Raspberry Pi: https://amzn.to/2Za8eOi 32 Gig Micro SD Card: https://amzn.to/3jmzVKU TOUCH SCREEN: https://amzn.to/2Xyf9QW STAND: https://amzn.to/3CaVTZ2 SCREEN HOLDER: https://amzn.to/3CiD1r7

Download

0 formats

No download links available.

CNCjs Touch Screen with Raspberry Pi - controller for GRBL | NatokHD