-
-
Notifications
You must be signed in to change notification settings - Fork 549
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
XZ curve & M30 issues #9
Comments
|
The reason I am asking about arc support in M18 (xz) mode is because I have tried grblControl with a lathe. It works very well except the 3D pic is vertical instead of horizontal because lathes use X and Z. However the path of the tool is correct except for the arc. |
At the moment no such plans. |
G17, G18, G19 commands support added.
|
Processing of the M2 & M30 commands is fixed. |
Still a slight problem with G18. Try the following The arc is drawn in-correctly but when Sending the tool does trace the correct path in the 3D view. |
Radius calculation problem. Fixed. |
I just downloaded it and it works perfectly in xz plane. |
Meanwhile I commited the intermediate version. I will test more. |
It's working now, xy and xz arcs are good. I will keep testing too. |
Hi,
I've discovered a couple more small quirks with grblControl:
G90
G18
G21
F200
G0 X0 Y0 Z0
G1 X5
G3 X5 Z10 I0 K5
M30
If you replace the G3 line with
G3 X5 Z10 R5
the motion is also correct except the visualiser doesn't display any arc or line.
kind regards
Peter
The text was updated successfully, but these errors were encountered: