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

How to install on linux #25

Closed
greppp opened this issue Dec 15, 2015 · 13 comments
Closed

How to install on linux #25

greppp opened this issue Dec 15, 2015 · 13 comments

Comments

@greppp
Copy link

greppp commented Dec 15, 2015

I assumed I had to download and extract the tar.gz linux version, and then execute the grblcontrol file. When i do it the program opens, i select the port, it says "connected" but i can't get the CNC to move (shapeoko 3). Is there some dependencies/librairies i am missing?

I'm on linux mint rafaela 64bits. I've been succesfully been able to use my CNC with other grbl controllers in the last two weeks.

Any clue?

Thank you,

Gregory

@Denvi
Copy link
Owner

Denvi commented Dec 15, 2015

"Connected" means port is opened so all dependencies in place.

In normal case you should see "Ready" or "Alarm" state after program has started.
Looks like it's problem with port name/baud rate.

What baud rate you use? Try to increase "Query period" in settings.

@greppp
Copy link
Author

greppp commented Dec 15, 2015

I used 115,200. I will to increase "Query period" in settings.

@greppp
Copy link
Author

greppp commented Dec 15, 2015

I increased, no success. I entered 50, 60, 100, 3000.

@Denvi
Copy link
Owner

Denvi commented Dec 16, 2015

Please post screenshots:

  1. Main window of "grblControl" program after starting.
  2. Settings window with "Connection" group visible.
  3. Same for the other application, which works with your CNC ([Ctrl-X] - command response will be usefull too).

@Denvi Denvi closed this as completed Dec 16, 2015
@Denvi Denvi reopened this Dec 16, 2015
@greppp
Copy link
Author

greppp commented Dec 16, 2015

Hi Denvi, here are the screenshots

main window

main_window

settings window

settings_window

Some Universal g-code Sender screenshots

ugs
ugs02
ugs03
ugs04

@Denvi
Copy link
Owner

Denvi commented Dec 16, 2015

Good, one more thing. Response to reset command ("Soft reset" - button in UGS).

@greppp
Copy link
Author

greppp commented Dec 16, 2015

it outputs "Grbl 0.9g"

ugs05

@Denvi
Copy link
Owner

Denvi commented Dec 16, 2015

Custom firmware?

// Welcome message
void report_init_message()
{
  printPgmString(PSTR("\r\nGrbl " GRBL_VERSION " ['$' for help]\r\n"));
}

Should be "Grbl 0.9g ['$' for help]"

Anyway, try binary file from archive (copy to "grblControl" folder)
grbl_control_#25.zip

@greppp
Copy link
Author

greppp commented Dec 16, 2015

No, it´s the Nighlty build, last build available at the moment.

Ok i will try tomorrow, thanks.

Le 2015-12-15 à 23:44, Denvi notifications@github.com a écrit :

Custom firmware?

// Welcome message
void report_init_message()
{
printPgmString(PSTR("\r\nGrbl " GRBL_VERSION " ['$' for help]\r\n"));
}
Should be "Grbl 0.9g ['$' for help]"


Reply to this email directly or view it on GitHub.

@Denvi
Copy link
Owner

Denvi commented Dec 16, 2015

I thought that "0.9j" version is the latest. "0.9g" - old one.
https://github.com/grbl/grbl

@greppp
Copy link
Author

greppp commented Dec 16, 2015

I thought you were talking about UGS...

The GRBL version is the one that shipped with my machine. I didn't upgrade it myself.

I'll try your binary tonight.

@greppp
Copy link
Author

greppp commented Dec 17, 2015

IT'S WORKING!!!

Nice.

Thanks! What did you change?

@Denvi
Copy link
Owner

Denvi commented Dec 17, 2015

Just changed sign, detecting GRBL reset procedure.
Also there were problems with "Abort" function. They were fixed in the latest version (0.8.1).
Take care using "M2" & "M30" commands in your G-code programs. They resets GRBL state in old firmwares, because of what the "grblControl" app doesn't display the "Job done" message.

@Denvi Denvi closed this as completed Dec 24, 2015
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