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

FEATURE: homing per axis on TinyG (g2core) #71

Open
turboproc opened this issue Jan 19, 2019 · 2 comments
Open

FEATURE: homing per axis on TinyG (g2core) #71

turboproc opened this issue Jan 19, 2019 · 2 comments

Comments

@turboproc
Copy link

Would it be possible to add the homing per axis for TinyG (g2core) firmware. Just check it and homing per axis on g2core works the same way as it does in Marlin and Repetier.

@cprezzi
Copy link
Member

cprezzi commented Jan 19, 2019

Homing for TinyG is not yet implemented, but sending homing commands like G28.2 X0 Y0 with the console should work.

According to https://github.com/synthetos/g2/wiki/Homing-g2core homing does NOT work exactly the same as on Marlin or Repetier. The TinyG homing command is G28.2 X0 Y0 Z0 where Marlin uses G28 X Y Z!

I will add support for TinyG homing to the next release.

@turboproc
Copy link
Author

Great, thnx. Just noticed. Building now myself, which brings some challanges, but should be done now. Testing soon.

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