-
-
Notifications
You must be signed in to change notification settings - Fork 549
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
Height map always probes origin. #544
Comments
Candle takes reference height on origin. Take your care about it and don´t place clamp on origin. Easy solution. |
Yes, that's an easy solution, but it also complicates the process of making a PCB. I usually put the origin in the bottom left corner of the PCB, so that I can use two existing edges of the material and don't have to cut out the whole outline. |
It is very easy to adjust probe area. Don't use Auto mode to define area but resize it by yourself changing area size and start point place. I made easy video to explain what I mean. Sorry for my poor English. I hope it will help to you. https://youtu.be/0Od6XLDEWMM |
Yes, that works really well if your origin is in the middle of the probe area. But if you put the origin eg. in the bottom left corner of the board outline in CAD and generate the Gcode from that, your probe area will start at say X10 Y10, but Candle will still need to probe X0Y0 before it moves to the probe area. |
You're right. First touch is in x0y0. But I think changing start position is the easiest way to solve your troubles. And to have start position not exactly in any corner isn't dangerous or unusable. Only you need to learn it. I believe you will find it can be very useful to start not only in the corner 😉. |
I, i'm using candle 1.2.
When i do a height map.
For example for G56 then milling processo works well.
Then i Change for example for G57 do ano height map select the height map
check big afer loading the correct One and the milling GOES wrong.
It's look like it takes the first prove of G56 as reference. Of course on
G56 I do ano height probe as well.
How can i correct the issue?
This is for CNC a PCB board of 1Oz.
A domingo, 20/03/2022, 20:32, pad73 ***@***.***> escreveu:
… You're right. First touch is in x0y0. But I think changing start position
is the easiest way to solve your troubles. And to have start position not
exactly in any corner isn't dangerous or unusable. Only you need to learn
it. I believe you will find it can be very useful to start not only in the
corner 😉.
—
Reply to this email directly, view it on GitHub
<#544 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADZXGN6MBX7KHISAH4TPBPDVA6DNFANCNFSM5RE23QQQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
So I tried putting the origin in the middle of the board today. No problems in FlatCAM, but I encountered some on the CNC. |
Bumping this unexpected behaviour after snapping off the end of an tool due to the unexpected probe attempt at 0,0. The probes should always be in the border area. |
Versions
PC info
Describe the bug
I created a heightmap grid with borders that don't include the origin. I expected only points within the grid to be probed. However, candle always starts the probing process by probing the origin. This is an issue because I had a clamp at that point.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the tool to move to 10,10 and then probe. Instead it moves to 0,0 and probes, and then moves on to probing the grid.
The text was updated successfully, but these errors were encountered: