Skip to content
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

Home X sometimes fails #22

Open
pigrew opened this issue Aug 2, 2017 · 7 comments
Open

Home X sometimes fails #22

pigrew opened this issue Aug 2, 2017 · 7 comments
Labels

Comments

@pigrew
Copy link

pigrew commented Aug 2, 2017

I'm using my own build of the beta3 firmware. Sometimes, the on-screen HOME X command fails.

  1. Move x to somewhere near the middle of its travel
  2. Turn on/power-cycle controller
  3. Use the load filament command, and wait for a little filament to be extruded
  4. Exit that menu, and go to the move menu
  5. Click the home X button

What happens is that the Z axis moves up about 1 cm, and then the X axis moves right about 1 cm. The X axis isn't homed.

Can anyone else replicate this?

The USB monitor lists "G1 E1 F120", "G90", "G28 X0" as being enqueued.

@ukmook
Copy link

ukmook commented Aug 2, 2017

I have just done your steps and got the same response, Z moves upwards a 1cm and X moves 1cm away from home.

@Silverquark
Copy link
Owner

Duplicate
Closed other issue since this one is more specificly descriping the problem and has reproducable steps.

Probably related to newer marlin version. Will try to merge the fixes up to 1.1.4 of marlin when i find time to do it

@Silverquark Silverquark added the bug label Aug 2, 2017
@TachyonStream
Copy link

I have this same issue with the stock version of the MakerSelect and Wanhao firmwares.

As a workaround, If you disable the steppers before homing, it works as expected. It must do something different if it already thinks it is homed. I've added this to my GCode for starting prints and resuming after a pause (for filiment change), and it works well. I do still see the issue when using the lcd for homing/leveling.

@cloyd1815
Copy link

Probably a cheap way to fix it but if you add a M84 command at the beginning of the home X function you could solve this problem from multiple angles. Not sure if adding it there would be destructive to other functions.

@mattcaron
Copy link

I can confirm that I also have this problem, both with stock Monoprice firmware and i3Plus+. Also, disabling steppers then rehoming seems to always work. So, it's definitely a widespread issue.

@Deneteus
Copy link

I also had this issue and I had never seen it before until after I installed Beta 3. I was running Wanhao V09 before that.

@johnboiles
Copy link

Same issue here on a version of master from a few weeks ago. Thanks for the detailed repro steps @pigrew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants