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

G3 Commands for full circle #42

Open
ameennihad opened this issue Feb 5, 2018 · 3 comments
Open

G3 Commands for full circle #42

ameennihad opened this issue Feb 5, 2018 · 3 comments

Comments

@ameennihad
Copy link
Collaborator

The following fix is causing an issue with TinyG:
#38

Apparently, G3 commands for full circle are not interpreted correctly by TinyG if there are XY values in the command, here is an example:
G3 X10.64 Y18.93 I0.5000 <- current code after above fix
G3 I0.5000 <- Previous code before fix

I totally forgot how G3/G4 commands work, I need to do some reading to find a solution.

Apparently, not all controllers handle those commands the same way! Is it better to switch back to G1 and breaking the path to multiple segments?

@ameennihad
Copy link
Collaborator Author

Temporarily fixed in PL #43 will look for better solution later.

@chilipeppr
Copy link
Owner

chilipeppr commented Feb 12, 2018 via email

@ameennihad
Copy link
Collaborator Author

I thought about breaking into half circles too, most probably that will be the better solutions.

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