hello all. On the wiki of github,

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?

@Yuusuf_Sallahuddin_Y the file http://server-smoothie-grbl.js does not exist.
The correct name of the file is:
http://server-smoothie.js or http://server-grbl.js

Ah yeah, just registered that from your post. :slight_smile:

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.

I have added a description to the wiki page also. Thanks for the hint.