Roberbike
(Roberto Fernandez)
1
hello all.
On the wiki of github, there is a mistake in the linux instalation.
when is edited :
sudo nano /etc/systemd/system/laserweb3.service
the line:
ExecStart=/usr/local/bin/node /home/pi/LaserWeb3/server-smoothie-grbl.js
should be:
ExecStart=/usr/local/bin/node /home/pi/LaserWeb3/server-smoothie.js
I guess that maybe depends on what controller you are running?
Roberbike
(Roberto Fernandez)
3
Ah yeah, just registered that from your post. 
cprezzi
(Claudio Prezzi)
5
I is written this way, so you have both versions at onece. You need to change server-smoothie-grbl to either server-smoothie or server-grbl.
cprezzi
(Claudio Prezzi)
6
I have added a description to the wiki page also. Thanks for the hint.