-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] AUTO_BED_LEVELING_BILINEAR uses wrong area limits #16629
Comments
What code are you running? This sounds like an issue that was already fixed. I believe it made it in to 2.0.1. |
Oops. Left that out of my post. I am on 2.0.1
…Sent from my iPhone
On Jan 20, 2020, at 2:50 PM, Jason Smith ***@***.***> wrote:
What code are you running? This sounds like an issue that was already fixed. I believe it made it in to 2.0.1.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I am not sure why they would be commented out as the default since they are in the if statement, In any case, uncommenting them makes no difference. The default value appears to be 30 which is a reasonable number if it worked. |
I think I was wrong thinking that was in 2.0.1. I lose track of the timelines for the labels since I'm in the bugfix branch all the time. You should try again with the latest bugfix-2.0.x branch. You are most likely experience the issue fixed here:
30 is really high for most printers. Your NOZZLE_TO_PROBE_OFFSET is already factored in, MIN_PROBE_EDGE is just extra distance to stay away from the edge of the bed. It is useful if you have a probe which does't work close to the bed edge, or have something like clips that you need to avoid. |
Since this issue has been ( or is being) addressed at least two other places, I will close this issue. I will most likely wait for a release with this issue fixed. I can limp along for now. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Description
Regarding Tronxy X3A with configuration only lightly modified from the sample files:
AUTO_BED_LEVELING_BILINEAR correctly probes a grid and probes it the correct number of times. The Grid, however, is only a small square roughly a quarter of the bed size.
My Configurations
Marlin.zip
Steps to Reproduce
**Expected behavior:
Whole bed probed
*Actual behavior:
Only small area probed.
Additional Information
The 2.0.x bugfix version had around line 1055 in Configuration.h a section that allowed the probe limits to be defined. I do not see a similar section on 2.0.1 Without this section I can not fix the problem.
From bugfix:
The text was updated successfully, but these errors were encountered: