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

Lathe Diameter/Radius offset report issue #500

Closed
nickshl opened this issue Apr 22, 2024 · 1 comment
Closed

Lathe Diameter/Radius offset report issue #500

nickshl opened this issue Apr 22, 2024 · 1 comment

Comments

@nickshl
Copy link

nickshl commented Apr 22, 2024

When G7/G8 is send, X DRO changes from Radius/Diameter to some "junk" value, then it changed to correct Radius/Diameter value.
I suspect it happens because WCO does not reported with same report as Radius/Diameter mode:

<Idle|MPos:4.756,0.000,0.000|Bf:100,1024|FS:0,0|WCO:7.800,0.003,0.000>
G7
ok
<Idle|MPos:9.512,0.000,0.000|Bf:100,1024|FS:0,0|D:1>
<Idle|MPos:9.512,0.000,0.000|Bf:100,1024|FS:0,0>
<Idle|MPos:9.512,0.000,0.000|Bf:100,1024|FS:0,0|WCO:15.600,0.003,0.000>

So, between report contains D:1 and last line, old offset is used to calculate X axis position on sender side. Not a terrible bug, but small annoyance. I wish correct WCO can be reported same line as mode, something like that:

<Idle|MPos:4.756,0.000,0.000|Bf:100,1024|FS:0,0|WCO:7.800,0.003,0.000>
G7
ok
<Idle|MPos:9.512,0.000,0.000|Bf:100,1024|FS:0,0|D:1|WCO:7.800,0.003,0.000>

@terjeio terjeio transferred this issue from grblHAL/STM32F4xx Apr 25, 2024
@nickshl
Copy link
Author

nickshl commented Jun 10, 2024

Works! Thanks.

@nickshl nickshl closed this as completed Jun 10, 2024
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

1 participant