End stops won't work. X moves one direction April 25, 2014 11:50AM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 25, 2014 12:26PM |
Registered: 12 years ago Posts: 258 |
Re: End stops won't work. X moves one direction April 25, 2014 12:36PM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 25, 2014 02:16PM |
Registered: 12 years ago Posts: 258 |
Re: End stops won't work. X moves one direction April 25, 2014 04:10PM |
Registered: 10 years ago Posts: 8 |
Re: End stops won't work. X moves one direction April 25, 2014 06:05PM |
Registered: 10 years ago Posts: 1 |
Re: End stops won't work. X moves one direction April 25, 2014 08:21PM |
Registered: 10 years ago Posts: 53 |
Quote
DaveX
If M119 is insensitive to whether or not the endstops are triggered, then the firmware isn't getting the message somehow. If you check out the associated pins with a multimeter, you could see if an electrical signal is getting to the pins. Electrically they should toggle between +5V and 0 when the switch toggles.
Doublecheck what you are using with [reprap.org]
Also, you might check if your firmware is using its internal pullups if needed. Sprinter looks like #define ENDSTOPPULLUPS in Configuration.h
Re: End stops won't work. X moves one direction April 25, 2014 08:24PM |
Registered: 10 years ago Posts: 53 |
Quote
brobinsonx
To me, your endstop issue sounds like a setting problem in your configuration file as already mentioned.
Your x axis direction problem is especially interesting to me. I'm not aware of any settings that would cause it to behave in that way. I suppose it could be a problem with your stepper driver. Have you tried swapping the x and y drivers to see if the problem moves to th y axis? That would help isolate the problem.
Re: End stops won't work. X moves one direction April 25, 2014 09:34PM |
Registered: 10 years ago Posts: 5 |
Re: End stops won't work. X moves one direction April 25, 2014 11:01PM |
Registered: 10 years ago Posts: 5 |
Re: End stops won't work. X moves one direction April 26, 2014 12:42AM |
Registered: 10 years ago Posts: 8 |
Quote
kevbme
What configuration should I have? I've played with them with no difference.
Re: End stops won't work. X moves one direction April 27, 2014 12:28AM |
Registered: 12 years ago Posts: 258 |
Quote
kevbme
Quote
DaveX
If M119 is insensitive to whether or not the endstops are triggered, then the firmware isn't getting the message somehow. If you check out the associated pins with a multimeter, you could see if an electrical signal is getting to the pins. Electrically they should toggle between +5V and 0 when the switch toggles.
Doublecheck what you are using with [reprap.org]
Also, you might check if your firmware is using its internal pullups if needed. Sprinter looks like #define ENDSTOPPULLUPS in Configuration.h
So put the meter on x dir and x step pins?
Pullups are defined. I have mechanical stops with center pin and signal pin wired.
Re: End stops won't work. X moves one direction April 27, 2014 12:36AM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 27, 2014 01:31AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: End stops won't work. X moves one direction April 27, 2014 04:11AM |
Registered: 10 years ago Posts: 53 |
Quote
Dust
You have badly setup 1284p fuses.
The fuses on the 1284p set some of the functions of the pins, including jtag. If jtag is not turned off, those pins misbehave
This kills pins 24-27, ie x-stop,y-stop,z-stop and X direction.
see [github.com]
Re: End stops won't work. X moves one direction April 27, 2014 04:33AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: End stops won't work. X moves one direction April 27, 2014 08:33AM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 27, 2014 09:13PM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: End stops won't work. X moves one direction April 27, 2014 10:42PM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 27, 2014 11:03PM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: End stops won't work. X moves one direction April 27, 2014 11:13PM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 27, 2014 11:27PM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: End stops won't work. X moves one direction April 27, 2014 11:31PM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 27, 2014 11:39PM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: End stops won't work. X moves one direction April 28, 2014 11:27AM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 28, 2014 12:13PM |
Registered: 10 years ago Posts: 53 |
Quote
brobinsonx
To me, your endstop issue sounds like a setting problem in your configuration file as already mentioned.
Your x axis direction problem is especially interesting to me. I'm not aware of any settings that would cause it to behave in that way. I suppose it could be a problem with your stepper driver. Have you tried swapping the x and y drivers to see if the problem moves to th y axis? That would help isolate the problem.
Re: End stops won't work. X moves one direction April 28, 2014 05:26PM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: End stops won't work. X moves one direction April 28, 2014 08:01PM |
Registered: 10 years ago Posts: 53 |
Quote
Dust
your going to have to use command line tool avrdude to change the fuses... same ssue I had you cant cant change the -B flag from withing the GUI..
Re: End stops won't work. X moves one direction April 29, 2014 10:52AM |
Registered: 10 years ago Posts: 53 |
Re: End stops won't work. X moves one direction April 29, 2014 10:17PM |
Admin Registered: 13 years ago Posts: 7,123 |