cncjs-pi-raspbian icon indicating copy to clipboard operation
cncjs-pi-raspbian copied to clipboard

Raspberry PI distribution of CNCjs in a ready to deploy image. Includes some useful script and documentation.

Install script for CNCjs on Raspberry Pi w/ Raspberry Pi OS

This install script with get you started quickly with CNCjs on a Raspberry Pi. For a more complete introduction, see the CNCjs Introduction section of the wiki page.

1. Setup your Raspberry Pi

Download & Install Raspberry Pi OS (previously called Raspbian) the official operating system for the Raspberry Pi. NOTE: Tested on Raspberry Pi OS Lite x32 & x64 - April 4th 2022 (x32 recommended)

  1. Download Raspberry Pi OS, the Lite edition is recommended.
  2. Then use Raspberry Pi Imager to write the downloaded image to SD Card or Flash Drive.
  3. Power-on you Raspberry Pi
  4. Finish Setting up you Raspberry Pi
    • Run "Welcome to Raspberry Pi" or sudo raspi-config

2. Install CNCjs

  • Method 1: Download and run installer.
URL="https://raw.githubusercontent.com/cncjs/cncjs-pi-raspbian/master/cncjs_install.sh"
curl -sSL ${URL} | bash

  • Method 2: Download, then run installer.
URL="https://raw.githubusercontent.com/cncjs/cncjs-pi-raspbian/master/cncjs_install.sh"
wget -O cncjs_install.sh "${URL}"
cat --number cncjs_install.sh
sudo bash cncjs_install.sh

Additonal Infomation

If you run into issues with installation on a raspberry pi, please post this repositries "Issues".