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

MKS tft70 communication problem #558

Open
rouhit110 opened this issue Feb 2, 2022 · 1 comment
Open

MKS tft70 communication problem #558

rouhit110 opened this issue Feb 2, 2022 · 1 comment

Comments

@rouhit110
Copy link

rouhit110 commented Feb 2, 2022

Hi friends,
My printer (MKS sbase 1.3 & MKS tft70 & Marlin bugfix 2.0) was working properly and there was a healthy connection between the controller and the LCD. I activated MKS PWC V3, which worked properly after that, but after turning it on and off several times, the connection between the LCD and the controller was cut off and I have no control over the axles and thermistors.
Please advise what to do

@rouhit110
Copy link
Author

I found the reason for this problem
I connected the pw-det socket of the pwc sensor to pin 1.29, which is related to the endstop Z+ signal. I also set it up this way in Marlin
#ifndef PS_ON_PIN
#define PS_ON_PIN P1_23 // J8
#endif
#ifndef KILL_PIN
#define KILL_PIN P1_29 // Endstop Z + PIN
#endif
#define KILL_PIN_INVERTING true
//
But when I disconnected the signal wire from this pin, the connection between the controller and the LCD was established
Now I need to find a replacement PIN. I do not know if this PIN should be pwm or digital

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

No branches or pull requests

1 participant