User Tools

Site Tools


tool:pcb_mill

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tool:pcb_mill [2018/12/05 07:29] miketool:pcb_mill [2018/12/05 07:46] mike
Line 58: Line 58:
 The driver will be a GRBL based Arduino+Driver Shield. The driver will be a GRBL based Arduino+Driver Shield.
 https://www.amazon.ca/gp/product/B06XJKVLG3/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 https://www.amazon.ca/gp/product/B06XJKVLG3/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
 +
 +
 +
 +
 +===== Configuration Documentation =====
 +Mostly this setup was followed:
 +https://github.com/cncjs/cncjs/wiki/Installation
 +
 +====== Credentials ======
 +There is no physical security for this device, therefore, the credentials are physically on the device.  Use if necessary; but please document changes. 
 +
 +====== Service ======
 +The web service is simply started with a crontab @reboot declaration as follows:
 +
 +
 +''@reboot PATH=$PATH:/home/pi/.nvm/versions/node/v6.15.1/bin /home/pi/.nvm/versions/node/v6.15.1/bin/node /home/pi/.nvm/versions/node/v6.15.1/bin/cnc >> $HOME/cncjs.log 2>&1
 +''
 +
 +There is also a portmapping from 80 to 8000; cnc.js runs on 8000 locally and translates external requests from external 80 to 8000.
 +
tool/pcb_mill.txt · Last modified: 2018/12/05 07:46 by mike

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki