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
The gcode-grbl.ts code sends G10 L2 P1 after every successful probe, even if probe was initiated outside of cncjs-pendant-gamepad -- for example, in cncjs web interface; and since cncjs also sends G10 L20 Pn and G0 Z.. after probe is done, adding another G10 L2 P1 (and a retract) makes Z value incorrect.
The
gcode-grbl.ts
code sendsG10 L2 P1
after every successful probe, even if probe was initiated outside of cncjs-pendant-gamepad -- for example, in cncjs web interface; and since cncjs also sendsG10 L20 Pn
andG0 Z..
after probe is done, adding another G10 L2 P1 (and a retract) makes Z value incorrect.cncjs-pendant-gamepad/src/gcode-grbl.ts
Lines 27 to 36 in 0b71822
And many thanks for plugin, it works excellent with PS3-like controller!
The text was updated successfully, but these errors were encountered: