I'm trying to set up UGS on my pi so I don't have to use to laptop in the workshop . details can be found at https://github.com/winder/Universal-G-Code-Sender
Everything is running fine but I don't really want to use a keyboard somewhere i have a lot of dust so I've just got a 7 inch touch screen and either want to start the script on boot (as this is the only thing that I need to run on my pi) or create an executable script/shortcut on my desktop.
the command i need to run in the terminal as Ive altered the file names to make it a little easier for me is
Code: Select all
pi@pi:~ $ cd ugs/
pi@pi:~/ugs $ ./run.sh
Thanks
