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

[CRITICAL] Remote Browser not sending correctly (and breaking bits) v1.4.9 #540

Open
J-eremy opened this issue Aug 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@J-eremy
Copy link

J-eremy commented Aug 27, 2024

If you use the remote browser, load a file and send it, it sends bad gcode for starting the spindle and jogging and who knows what else. Below are screenshots of exactly what Im talking about.

First I will give you the header of the gcode file.

G17
G21
G90
G53G0Z-5
G0X0.0000Y0.0000
S18000M3
G04 P3

This screenshot shows the console output of running the file with that header. I canceled the job after the spindle and dust collection turned on.
image

Next, I will connect to the computer remotely, then connect to the machine and do the same thing.
image
As you can see, it adds some information when remotely connecting where it is not if you're just using it on the machine that's connected directly to the CNC
S18000M3 G4 Ptrue

The only way to resolve this issue is to completely shut down the program, launch it, and NEVER connect to the remote interface at all for any reason.

This issue is related to the custom delay that was introduced in the latest version, or versions. Needless to say, it didn't start the spindle and then proceeded to snap a 45-dollar 1/8-inch Amana Spectra endmill. My post-processor already adds the delay and had no issues in previous versions either locally or remotely.
I'm using remotely rather liberally, as the remote device is in the same room, just has a much better monitor on it.

This was a concern of mine when this feature was first announced, as crating and or modifying gcode should not be done by the sender at all, only the post processor. sigh

Also, if you try and jog under the same circumstance from the remote end, you get this in the console.
image
here I was just trying to raise the Z after the malfunction. This behavior only happens if you try and jog from the remote side, but device side it will jog, in this case, the Z.

TLDR: DON'T USE REMOTE MODE AT ALL.

@J-eremy J-eremy changed the title [CRITICAL] Remote Browser not sending correctly (and breaking bits) [CRITICAL] Remote Browser not sending correctly (and breaking bits) v1.4.9 Aug 27, 2024
@J-eremy
Copy link
Author

J-eremy commented Aug 28, 2024

@kglovern ref #505

@walidkayhan walidkayhan added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants