I’m currently switching to LW4 and have this issue: in the “Control”-Tab, the position marker for the current position keeps staying at x=0, y=0 and z=0 when jogging or running a job. Is this a bug or not yet implemented?
I guess you have not correctly setup your controller. Are you using Grbl?
Yes, grbl 1.1f… Motors are moving fine, all jobs are running perfect. Just the position marker and values are stuck at zero. With LW3 there’s no issue.
Any hint which GRBL setting is causing this?
Aaaah, got it! Enabled WPos as coordinates and everything is working fine, thanks for the hint! Wasn’t looking for that since there was no issue in LW3
Grbl has changed the status report since version 1.1. It’s now only wpos OR mpos, but not both anymore.
@Michael_Schindler hi i’ve the same problem on all my machine , how do you enable Wpos ? i’ve search a bit but no succes
Just set $10=0 (corrected!)
@cprezzi thanks ! silly me i was reading source code to activate option … it was just a grbl param …
if some one as the same trouble : https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#10---status-report-mask
Correction since people are finding this. Set $10=0.
@Todd_Fleming Thanks, almost given up on this