You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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:
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:
The text was updated successfully, but these errors were encountered: