Bed Leveling tip

Post your advice, tips, suggestions, etc...
Post Reply
User avatar
JohnnyRobot
Posts: 128
Joined: Tue Apr 22, 2014 9:25 pm

Bed Leveling tip

Post by JohnnyRobot » Tue Nov 25, 2014 6:49 am

Hey Everybody,

I figured out a pretty neat trick to help with bed leveling.

Once you've adjusted your Z height lock nut, perform a home all. With all motors at home, send the command "M84 X" followed by "M84 Y"

This will disable the X and Y motors (while maintaining the true Z Home) so you can move the bed around freely for leveling.

It helped me out a ton! Good luck.
╒═════════════════════════════════════════════════════════╕
-- Hi! No signature here.
╘═════════════════════════════════════════════════════════╛

User avatar
JohnnyRobot
Posts: 128
Joined: Tue Apr 22, 2014 9:25 pm

Re: Bed Leveling tip

Post by JohnnyRobot » Mon Dec 15, 2014 3:51 am

Has this helped anyone?
╒═════════════════════════════════════════════════════════╕
-- Hi! No signature here.
╘═════════════════════════════════════════════════════════╛

User avatar
Tim
Posts: 1205
Joined: Thu Apr 10, 2014 2:19 pm
Location: Poolesville, Maryland
Contact:

Re: Bed Leveling tip

Post by Tim » Mon Dec 15, 2014 4:08 am

It does sound like a neat trick. I missed your first posting (maybe too close to Thanksgiving!), so I haven't given it a try. My computer is far enough away from the printer to make it a pain to go back and forth between the two, so releasing the X and Y motors and doing all the adjusting right at the printer makes a lot of sense.

User avatar
jimc
Posts: 2888
Joined: Wed Apr 09, 2014 11:30 pm
Location: mullica, nj
Contact:

Re: Bed Leveling tip

Post by jimc » Mon Dec 15, 2014 4:14 am

i can certainly see how this would work well but i havent had to level my bed in months

User avatar
JohnnyRobot
Posts: 128
Joined: Tue Apr 22, 2014 9:25 pm

Re: Bed Leveling tip

Post by JohnnyRobot » Mon Dec 15, 2014 4:15 am

Thanks for the reply,

This has been such a game changer for me, I've actually been printing larger parts. I only used a portion of the print bed before...
╒═════════════════════════════════════════════════════════╕
-- Hi! No signature here.
╘═════════════════════════════════════════════════════════╛

mrc93
Posts: 10
Joined: Fri Nov 14, 2014 3:17 pm

Re: Bed Leveling tip

Post by mrc93 » Mon Dec 15, 2014 2:58 pm

I had been playing around with just hitting home z button, but found that the z motor will turn off after a short period of time and the bed will drop. Does this stop that?

User avatar
Tim
Posts: 1205
Joined: Thu Apr 10, 2014 2:19 pm
Location: Poolesville, Maryland
Contact:

Re: Bed Leveling tip

Post by Tim » Mon Dec 15, 2014 4:13 pm

the z motor will turn off after a short period of time and the bed will drop. Does this stop that?
No, but you can add a command that will disable the stepper motor timeout:

M84 S0

This can be put in front of or behind the other commands. Since X and Y have already been disabled, the timeout won't affect them. It will just keep the Z motor from cutting out on you while trying to level the bed. If you don't want the motors held indefinitely after the print is done, you can follow up with "M84 S180" (3 minute timeout) after bed leveling, or just issue the command before you do the leveling with enough time (in seconds) for you to do the leveling. Ten minutes should be more than enough ("M84 S600").

Post Reply