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

Add machine zero positioning #12

Merged

Conversation

mkoderer
Copy link
Contributor

Since we have all the limit switches it's quite easy possible to move to a "machine zero".
We use X_MIN and Y_MIN limit switches to determine that.

During initialization it's needed to have a fixed position.
This will move it to X: 0 and Y: 0 during startup.
G28/G30 code should go machine zero (see [1]).
So instead moving to the start location we go to machine zero.

[1]: http://en.wikipedia.org/wiki/G-code
Makeblock-official added a commit that referenced this pull request Jan 20, 2015
@Makeblock-official Makeblock-official merged commit 8514332 into Makeblock-official:master Jan 20, 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

Successfully merging this pull request may close these issues.

2 participants