I'm having a problem with homing on my X axis.

I’m having a problem with homing on my X axis. When I send a M119 when the endstop isnt being depressed, it registers a 0, and when I press is down, it registers a 1. However, when I go to home my X axis, the print head moves a little and then stops. I am using simplify 3D to control the printer. I’m also running the latest release of Edge.

Maybe it’s trying to move too fast ? Or you don’t have max_travel set ? Or it’s noisy and you need to enable debounce ?

I’ll go ahead and try all of those and report back with results. My guess is debounce or noise. I have max travel set.

FWIW S3D is not supported as a host, so you may want to use pronterface or octoprint to control it.

I got it working. Got caught up in trying things out and forgot to update earlier. I set the endstop_debounce_count to 100, not much changed. I then changed the max_travel and that seemed to fix some of the problem. I then added the endstop_debounce_ms and kept adding 1 until I got to 5 and that fixed it.