-
Notifications
You must be signed in to change notification settings - Fork 115
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
start Probe error #171
Comments
Hi Lars, I'm not sure if I understood everything, but it sounds to me like you start the probe cycle too high up in the air. Before pressing "Run", you should set up your work coordinate system so that Z=0 is very close to the surface. There is a limit to how deep OpenCNCPilot will go at most, which is 5mm down relative to the origin (Z0). You can either set the origin by eye, maybe 1-2mm above the surface, but then probing will take longer and changing tools is harder. I recommend probing the first point manually (using G38.2) and setting the origin exactly on the surface, that way you can also use this position to touch off other tools later. Let me know how that goes, Cheers! |
Hi Martin, and thanks for the quick reply. Ok, Is there a reason why you couldn't set it to 10 mm and it still runs down to the plate? Does that mean, when I now drive it down to 1-2 mm. above the surface, then I have to reset Z by running G10 ? I haven't done that, could that be why I get different depths different times (with the same file) Will you explain to me how I insert (and where) G38.2? Is it than possibly after engrave I can move up Z, change tools and move down to Z0 again and cut out the plate? Is there a function where it automatically drives Y,X,Z down to 0 again? Last wonder :) But a great program, and I simply had no idea you could do it that way. Stumbled across it on google :) Have considered making a probe with some form of microswits that can be mounted on a spindle, in order to be able to use it on wood :) Mit freundlichen Grüßen |
Hi Lars,
I limited the maximum depth to prevent crashing the machine in case anything goes wrong
yup, either that or G92
move the machine 1-2 mm above the surface, set the origin, then use "G38.2 F20 Z-5" to probe the surface at that point. You can skip setting the origin if you adjust the "-5" accordingly.
yes, just use G38 and G92 again to adjust for the change in tool length.
no, that would be dangerous because it could crash the machine
umm, that's new... is the window not in focus the first time?
Thanks :)
People have done that, you can find something in the Github issues. Grüße |
Thanks alot Martin... I will try and see :) I promice to went back and tell about it :) // Lars |
Hey again. Mit freundlichen Grüßen |
Hallo Again Martin. Regards |
Hi Lars, I'm fine with any platform as long as I don't have to sign up to view the video, vimeo/youtube/Gdrive/dropbox/weetransfeer is fine. Cheers |
Hi, Plovmann, Then, if there is a "pause" in the code (e.g. waiting for a tool change, or similar), it stops cutting, but does not say "pause" on the "send the code" side. Then you have to press "Start -cut" on the center menu to continue the cut (even if the other Start-send already started cutting). If this is the case, look for M0 or M1 on the code - it highligths it the "File" menu (but often not at a visible point, so scroll). And press the other start. |
Hello, Martin.
I'm fairly new to your tool, and wow, its amazing.
However, I have a problem. I want to engrave something in aluminum.
Right from the start, load my file, and puts the probe clamps on the board - bit, presses create new and presses run, then bit doesn't go down and hits.. it only goes down a bit and then it starts with doesn't hit the board and doesn't write PROBE with red.
Then I have to adjust the bit ALL the way down to the plate before it will run correctly. Why ?
If I run the same file, with the same start, several times I get different depths, why?
Do you have to drive down the bit from the start and adjust your Z height? just mean that's what it should go down and do from the 1st probe, right?
I hope you understand what I mean
Regards Lars
The text was updated successfully, but these errors were encountered: