Welcome! Log In Create A New Profile

Advanced

Auto leveling not working

Posted by Scire 
Auto leveling not working
September 10, 2016 11:41AM
First, i am converting what used to be a printrbot to a RepRap, only the motors and parts of the frame have survived. I have a RAMPS 1,4 with Marlin 1.0.2

i can home all axis, i have even printed a few things, but the autoleveling is not working.

when i call G29 , i get this:

Send: G29
Recv: Bed x: 5.00 y: 5.00 z: 0.00
Recv: Bed x: 52.00 y: 5.00 z: 0.00
Recv: Bed x: 99.00 y: 5.00 z: 0.00
Recv: Bed x: 100.00 y: 72.00 z: 0.00
Recv: Bed x: 53.00 y: 72.00 z: 0.00
Recv: Bed x: 6.00 y: 72.00 z: 0.00
Recv: Bed x: 5.00 y: 139.00 z: 0.00
Recv: Bed x: 52.00 y: 139.00 z: 0.00
Recv: Bed x: 99.00 y: 139.00 z: 0.00
Recv: Eqn coefficients: a: 0.00 b: 0.00 d: 0.00
Recv: planeNormal x: 0.00 y: 0.00 z: 1.00
Recv: ok
Recv: echo:endstops hit: X:29.00 Y:72.00 Z:0.00

this pops up a second of so after i send the G29 command and the print head does not move.

it feels like something simple that is stupid i'm missing, any help would be appreciated. thanks

Regards,

Scire
Re: Auto leveling not working
September 10, 2016 11:53AM
If you're not using the MAX endstops, you need to disable them in Marlin. In 1.02 you had to uncomment that define.
Re: Auto leveling not working
September 10, 2016 01:41PM
#define min_software_endstops true //If true, axis won't move to coordinates less than HOME_POS.

Check this value on your configuration h file, needs to be false.
Re: Auto leveling not working
September 10, 2016 10:52PM
Quote
stephenrc
If you're not using the MAX endstops, you need to disable them in Marlin. In 1.02 you had to uncomment that define.
Thanks, it was because that line,

#define DISABLE_MAX_ENDSTOPS

was commented out

reflashed my board and its is working, thanks alot, i had been banging my head against his one for over a day.

Regards,

Scire

Edited 2 time(s). Last edit at 09/10/2016 10:54PM by Scire.
Sorry, only registered users may post in this forum.

Click here to login