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

[BUG] (y_min & x_max endstop not detected) #23

Closed
Buri2894 opened this issue May 5, 2020 · 11 comments
Closed

[BUG] (y_min & x_max endstop not detected) #23

Buri2894 opened this issue May 5, 2020 · 11 comments

Comments

@Buri2894
Copy link

Buri2894 commented May 5, 2020

Bug Description

When triggered, both the y_min & x_max endstop do not change state

My Configurations

I'm running latest 2.0.x commit 9b7f0ba, with stock code, no modifications
Moved from Marlin 1.1.9 and there was no problem on that firmware.
Tried to compare both configuration file in the "Endstop" section but without any result

Expected behavior: [Normal Homing of all Axes]

Actual behavior: [Y Axis and the second Z axis keep pushing the rail after reaching the endstop]

@davidramiro
Copy link
Owner

Thank you in for reporting this. I'll have a look in the evening.

When upgrading, please keep in mind that this repository is in early beta status.

@Buri2894
Copy link
Author

Buri2894 commented May 5, 2020

Than you for your support.
I know that's in early beta but when I first downloaded the whole repository 4-5 days ago, compiled with just the TMC2208 flipped direction, everything was working fine. Then I had to restore back o Marlin 1.1.9 to check some values and (my fault) i deleted the previous 2.0.x folder so when i upgraded again yesterday I found this problem on my printer

@Dalton0190
Copy link

In "pins_TIGORILLA_14.h" they are not defined and the default pins in the included "pins_RAMPS.h" are different

@Nissal1983
Copy link

Nissal1983 commented May 6, 2020

The problem is an incorrect pin in pins_RAMPS.h
To fix it, in the file pins_RAMPS.h change the pin for y min from pin 14 to pin 42
and x max from pin 2 to pin 43 then it works

@davidramiro
Copy link
Owner

Sorry, I overwrote the pin config when pulling from the Marlin repo. Fix incoming in a few minutes!

@Shnoo
Copy link

Shnoo commented May 6, 2020

Are you sure this was the right fix? now none of my end stops work anymore

@davidramiro
Copy link
Owner

Ugh. Thanks for reporting. I can't test it atm, I am not at my printer right now.

Could you try this one?
pins_TRIGORILLA_14.zip
Goes into /src/pins/ramps/

@davidramiro davidramiro reopened this May 6, 2020
@Shnoo
Copy link

Shnoo commented May 6, 2020

Forget what i just wrote. I recompiled the version again to double check and it seems to work now. No idea what went wrong.
But thank you for your great work and fast responses.

@davidramiro
Copy link
Owner

No worries. Just a weird glitch maybe. I'm still leaving this open for some more time, if someone else reports it, we know it wasn't you.

@Dalton0190
Copy link

Latest version works for me

@github-actions
Copy link

github-actions bot commented Jul 8, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants