Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cnc5X on Debian #22

Closed
BosniaCNC opened this issue Sep 30, 2020 · 2 comments
Closed

cnc5X on Debian #22

BosniaCNC opened this issue Sep 30, 2020 · 2 comments

Comments

@BosniaCNC
Copy link

Help to run the program on Linux (Debian-9).
Thank you very much!

@fra589
Copy link
Owner

fra589 commented Oct 1, 2020

Hi @BosniaCNC,

cn5X++ is developped under Debian, so, it's very easy to use it on another Debian

  1. Install prerequisites:
    apt-get install python3 python3-pyqt5 python3-pyqt5.qtserialport
  2. Add the user to the unix group "dialout":
    adduser <username> dialout
  3. Download or clone cn5X and put it where you want on your system, ensure that the file cn5X.py is executable or make it executable:
    cd <cn5X_directory>; chmod +x cn5X.py
  4. Run cn5X:
    cd <cn5X_directory>; ./cn5X.py

Capture_cn5X01

  1. In the "Port" drop down list, chose the port where Grbl is connected, then click on the "Connect" button,
  2. Go to the "Machine/Grbl configuration" menu to adjust your Grbl parameters
    or Double click on the "Emergency stop" button to unlock it and begin to use your CNC.

@++;
Gauthier.

@BosniaCNC
Copy link
Author

BosniaCNC commented Oct 1, 2020

Thanks for the detailed instruction!
For BosniaCNC,
S.Markovic

@fra589 fra589 closed this as completed Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants