-
Notifications
You must be signed in to change notification settings - Fork 39
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
Endstop is always trigged #188
Comments
This parameters is saved in eeprom in MK4duo you must change with command gcode and saved in eeprom or reset eeprom if you change configuration... |
Thank. I'll try |
Unfortunately it did not help. I reset eeprom with the command m502 |
Ok.. change the pullup valor or logic with gcode and try... |
I do not know how to do it |
#define ENDSTOPPULLUPS #if DISABLED(ENDSTOPPULLUPS) /*****************************************************************************************
*****************************************************************************************/ I specifically set up different endstop in different ways to see which setting helped |
Yes ok but this does not help me, I do not know what endstop you have and how they are connected. Try using the gcode commands you do it in real time without having to redo each time ... The list of gcode commands can be found here on github or inside the .ino file. |
Thank. I'll try in the evening |
I found a solution:
|
Everything worked out. You just need to comment out everything in the Configuration_Overall file and then the rest of the files will work .. |
Hey. I tried to configure the limit switches, but they are always read by the command M119 TRIGGED. I changed the settings in different ways to find when they earn correctly. Inversion does not help. By pressing the hand on the switch reads OPENED. In the firmware marlin and repeater everything works. Please help.
The text was updated successfully, but these errors were encountered: