How-to activate/configure auto bed leveling with z-probe properly?
Today I wanted to switch back to latest dev version of repetier, coming from marlin, but doesn't like it as much as repetier.
Sadly I can't find the proper way to configure auto bed leveling properly! The configure I had half a year ago doesnt work anymore with the latest dev version.
This is my configuration at the moment:
Comments
I configured z should always go up 20mm before homing.
But yesterday I loaded the latest dev version and the problem is gone. Don't know if you changed something. But I can't get a proper height when using a normal G28. Only way its working properly is G28 X0 Y0 and G32.
I even tried G33 and had kind of success but something must be wrong with my bed, because I can't get a good first layer. With small objects that isn't such a problem, but bigger things just dont work. On one side the nozzle is to close too bed and on the other its to far away. With just doing a G32. When doing a G33 it was a litte bit better. But I cant do a G32 together with G33. When I do a G32 before a G33, I'm getting illegal position error with G33.
If I just do a fresh start without a G32 and just doing G33 its working. The also which is kind of weird, is that the G33 is starting in the top left corner of my bed, and a G32 is starting in the bottom left corner. Is that behaviour normal?
Run G1 X100 Y100 and start G33 after G32. That should allow activating z probe.
Make sure bed coating is 0. This is added to G28 in comparison to G32 so might be the reason.
Thank you very much. Will now test everything.