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

Single Probe Error #9

Closed
crowjik opened this issue Mar 18, 2015 · 3 comments
Closed

Single Probe Error #9

crowjik opened this issue Mar 18, 2015 · 3 comments

Comments

@crowjik
Copy link

crowjik commented Mar 18, 2015

Last one :) When I click on the "Probe" button to run a probe at a single point, the program returns a GCode error "Invalid GCode". I see in the terminal that the code that is sent is "G38.2 F100" (assuming I've set the feed at 100). I can manually send the command "G38.2 Z-1 F100" and it works fine so I guess you just need to add a maximum Z depth for the probe command into the program, so the button sends that.

@vlachoudis
Copy link
Owner

You should provide a value in the Z field of the probe otherwise it doesn't append any value in the command. Maybe I should somehow protect it.

@crowjik
Copy link
Author

crowjik commented Mar 18, 2015

I see now. Maybe not protecting it, maybe just rewording the message that comes up when you hover over the x, y, and z fields. Something like "X Coordinate for single probe", "Y coordinate for single probe", and "Maximum Z depth for single probe operation" ? I hadn't understood that those fields were the probe coordinates, even though maybe it should have been obvious because of their location in the gui... Although I guess that if if you clicked on the probe button without specifying at least the Z coordinate an error message that told you to specify that would be useful.

@vlachoudis
Copy link
Owner

I've added an error messagebox popping when no direction is chosen

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