So I am trying to set up auto bed leveling on my prusa i3x that is running Marlin. I printed parts to attach a servo and a micro switch to that servo and attached the assembly to my printer. I then set up the necessary information in the Marlin Configuration.h file.
When I went to run the auto bed leveling for the first time it went to the first point in the grid (x=50 y=50) and probed the bed once. The printer then homed the x-axis, probed the bed once more, and finished the command.
Here is what was printed in pronterface.
SENDING:G29
Bed x: 50.00 y: 50.00 z: 8.73
Bed x: 150.00 y: 50.00 z: 8.73
Bed x: 150.00 y: 150.00 z: 8.73
Bed x: 50.00 y: 150.00 z: 8.73
Eqn coefficients: a: -0.00 b: -0.00 d: 8.73
planeNormal x: 0.00 y: 0.00 z: 1.00
echo:endstops hit: X:99.94 Y:64.40 Z:8.73
This obviously isn't the desired effect.
Does anyone know what is going on here because I am stuck.
Edited 1 time(s). Last edit at 04/11/2015 06:42PM by logiwan992.