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

Implement missing gcodes that affect position #179

Open
3 of 8 tasks
remcoder opened this issue Jun 28, 2024 · 2 comments
Open
3 of 8 tasks

Implement missing gcodes that affect position #179

remcoder opened this issue Jun 28, 2024 · 2 comments

Comments

@remcoder
Copy link
Member

remcoder commented Jun 28, 2024

done in v3.0:

  • G20 - Set units to inches
  • G21 - Set units to mm
  • G28 [X Y Z] - Home axis

planned for v3.1+

  • G90 - Absolute positioning mode
  • G91 - Relative positioning mode
  • G92 [X Y Z E] - Set current position
  • M206 [P T X Y Z] - Set home offsets
  • M428 - Home Offsets Here
@sophiedeziel
Copy link
Collaborator

My parser refactor is not so unnecessary it seems! I'll try to split that in a new branch.

I have some state management that will be useful.

@remcoder remcoder added the 2.x Issues and pull-request aimed for v2.x label Oct 11, 2024
@remcoder
Copy link
Member Author

There's a new architecture with a revamped parser in v3.0 so let't move this to v3.1+, apart from the commands that are already in v3.0.

@remcoder remcoder added 3.1+ and removed 2.x Issues and pull-request aimed for v2.x labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants