CNC
Méthode : Universal Gcode Sender pour CNC
Téléchargement de l'application sur le site : https://winder.github.io/ugs_website/download/ ;
Extraction du fichier archive et copie dans le dossier ~/opt/
Création d'un fichier ugs.desktop dans ~/.local/share/applications/
1
nano ~/.local/share/applications/ugs.desktop
2
1
[Desktop Entry]
2
Name=Universal Gcode Sender
3
Exec=/opt/ugsplatform-linux-x64/bin/ugsplatform
4
Terminal=false
5
Icon=/opt/ugsplatform-linux-x64/bin/icon.svg
6
Type=Application
7
GenericName=CNC Software
8
Categories=Graphics;
9
Keywords=CNC
10
StartupWMClass=Universal Gcode Sender
1
sudo usermod -a -G dialout $USER
2
sudo chown -R $USER:$USER /opt/ugsplatform-linux-x64