-
Notifications
You must be signed in to change notification settings - Fork 66
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
setup BLtouch and edit mesh error #90
Comments
Have you enabled "#define G26_MESH_VALIDATION in Marlin config.h file? |
You mean for display or for motherboard? I assume you think for display in config.ini |
On your mother board firmware... I am assume it's Marlin? |
I did that too, but still can not manage to make printer check all 9 points of heatbed. What I am doing wrong? |
Have you enabled "#define G26_MESH_VALIDATION in Marlin config.h file? |
Which settings? |
It means that you have the probe offset set incorrectly in Marlin. |
can you send the configuration files? |
Ok, thank you for heping. |
What is the physical distance of the BLTouch probe from the nozzle in X-axis and Y-axis? Also send configuration_adv.h |
Opravdu si sám kompiluje Marlin? |
I have compiled marlin in visual studio for BTT motherboard. |
Any help here please?? |
You have UBL alignment defined in the configuration. According to the configuration, you have a defined network of 10x10 points. |
thank you for this I almost give up on BTT. |
If you have a board from BTT or MKS it is not important. |
Don't want to use bilinear leveling? |
Do you mean this one?? //#define AUTO_BED_LEVELING_3POINT |
Yes, this one. +setting a post higher +the number of points in the grid, for example (5): #if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR) // Set the number of grid points per dimension. |
I asked you to measure the distance of the probe from the nozzle in the X-axis and in the Y-axis. |
sorry I missed that |
Have you solved the problem yet? |
#define NOZZLE_TO_PROBE_OFFSET { -28, -45, -1 } #if PROBE_SELECTED && !IS_KINEMATIC If you want to probe a larger piece of the bed and you don't mind that you are not in the middle. #if PROBE_SELECTED && !IS_KINEMATIC |
A poorly defined probe offset was your problem! |
You still have to measure and calibrate the distance of the probe from the nozzle in the Z axis |
Ok thank you I manage this now. |
I know this I will do this with baby steps option. Problem is also, because I need to change bed size to smaller, |
Sometimes I had that problem too. I opened an issue ticket on Marlin's Github, If I want to flatten the pad, I heat the pad first. I will level the corners via the touchscreen menu (Level Corner) to an accuracy of +- 0.05mm. So check that the drives and bearings are stiff enough... Sorry for my English, I'm using Google :-) |
thank you for your time to help I really appreciate that I almost give up on BTT. they have very lame support. |
thank you |
For Z-axis threaded rods, I recommend replacing the thread with a smaller pitch. Also throw away the ruined bed mat and use the mirror. |
THANK YOU! |
I bought this New on the left, Ender on the right I'll think about this |
It will have a stroke of 2 mm per revolution. |
Yes, the reference was to the matrix. |
the threaded rod link was here: |
I am trying to setup mesh edit, because now bl touch tries to probe bed out of limit where is nothing.
I tried everything but still stuck on it. Can anyone help me how to setup mesh whre bl touch probe can detect heatbed?
When I press on that yellow dot it tries to probe BLtouch out of heatbed.
Also I get this error when I try to edit mesh.
The text was updated successfully, but these errors were encountered: