Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 888 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 888 Bytes

GcodeSender

In order to prepare for the installation on a fresh new raspbian, please run

sudo apt-get update && sudo apt-get -qq install git && git clone https://github.com/comakingspace/GcodeSender.git && cd GcodeSender

After this, please run the following. Please do not concatenate this with "&&"!

./install.sh

Please note this will currently install:
NodeJS
CNCjs (port 8080)

Since the CNCjs Version we are using is a fork, it needs to be compiled first.
For this, The system will start an instance of screen during the installation in order to be able to keep running in case the SSH connection drops.

You can check the current status of the installation with

screen -r CNCInstall

The installation will take quite a while, so please be patient.

Usage documentation can be found on
https://wiki.comakingspace.de/G-Code_Sender