-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unexpected results with G38.2 #378
Comments
EMI is triggering the probe input?
You get?
Works for me, probing directions are +X, -X, +Y, -Y as indicated in the graphics. What is your sequence?
A more comprehensive log is generated if you check the "Verbose" tick box. |
Here are videos that show the behavior. I will get the rest shortly. |
The sequence is 1, 2, 4, 3 based on the labels in the graphic. I am going to look into EMI now (again) that would explain the randomness that I am seeing. That probe is powered by a shielded usb-c cable so in theory it should be ok but in practice who knows. |
You have Y going in the wrong direction? |
What breakout board are you using? The fact that it is random surely implies EMI. Shielded USB has nothing to do with the probe input. All inputs, including probe, should have some sort of isolation or, at the very least, low pass filtering. You might want to look this over. It gives a fairly broad overview of EMI and points you in the direction of various things to do about it. |
I have spent countless hours testing for EMI and I have replaced all of the probing wiring with correctly shielded cables and connectors and the issues still persists. However the issue is completley resolved by reverting to ioSender v2.0.42p6. That leads me to beleive that it not caused by interference or an issue with my board or settings. I guess I will just stay on this older version for a while. |
The external center finder runs in the correct sequence in v2.0.42p6? |
I have two probing issues that might bor might not be related:
First:
Whenever I issue a G38.2 command the machine does move to the stated location.
for instance:
G0 X0
G91 G38.2 F300 X10 // This should move X 10 mm but instead it moves what appears to be a random distance.
If I issue the same command repeatedly it will move a different distance for each issuance.
However, if I use the following command:
G0 X0
G91 G01 F300 X10 //
The G01 command will move the table exactly 10mm every time I run it.
Second:
When using the probing page for external center finder, It probes the edges in the wrong sequence and it moves the prob in the wrong direction,
The text was updated successfully, but these errors were encountered: