Welcome! Log In Create A New Profile

Advanced

Kossel XL - Motor & endstop issues

Posted by Tjahzi 
Kossel XL - Motor & endstop issues
November 11, 2016 06:58AM
Hi Fellow Nerds,

I've been having issues with my nema 17 steppers in combination with RAMPS 1.4

[www.youtube.com]

It just started out of nowhere, the unwillingness to do a decent G28.

Looks like a faulty connection issue to me?
Re: Kossel XL - Motor & endstop issues
November 11, 2016 09:51AM
I prefer geek. It could be a lot of stuff, do your endstops work? What response do you get from m119?

What controller and firmware are you using?


Simon Khoury

Co-founder of [www.precisionpiezo.co.uk] Accurate, repeatable, versatile Z-Probes
Published:Inventions
Re: Kossel XL - Motor & endstop issues
November 12, 2016 05:55AM
Dear fellow geek,

I'm using Ramps + arduino mega with marlin v1.1

My endstops used to work perfectly.

When I use M119 i get:

TRIGGERD when the carriages touch it & OPEN when they don't
Re: Kossel XL - Motor & endstop issues
November 12, 2016 06:32AM
Thats odd can you post your configuration.h? It doesn't seem to be responding to the endstops, just crashing the carriages.


Simon Khoury

Co-founder of [www.precisionpiezo.co.uk] Accurate, repeatable, versatile Z-Probes
Published:Inventions
Re: Kossel XL - Motor & endstop issues
November 14, 2016 09:08AM
This is the config file i use.

thanks in advance!
Attachments:
open | download - Configuration.h (56.4 KB)
Re: Kossel XL - Motor & endstop issues
November 14, 2016 11:32AM
A couple of things might help. Change them one at a time, it would be nice to see what it was.

#define HOMING_FEEDRATE_Z (200*60)

Your homing feedrate is very high 12000 mm/min. Not saying you can't home at that speed but that's pretty drastic. Try 2000 (34*60).

Are you running 24v for your stepper motors or 12v, these kinds of speeds at 12v are a bit of push.

Also some people have had more success with the following workaround (it might be a bug):

Where it says:
#define Z_MAX_POS MANUAL_Z_HOME_POS
instead put
#define Z_MAX_POS 298.15

Hope this helps.


Simon Khoury

Co-founder of [www.precisionpiezo.co.uk] Accurate, repeatable, versatile Z-Probes
Published:Inventions
Re: Kossel XL - Motor & endstop issues
November 16, 2016 09:48AM
Wow,

it worked!

I never believed it would, but it really did! Thank you so much. I was about to throw my printer out ( after numerous random incidents like this )

thumbs up
Re: Kossel XL - Motor & endstop issues
November 16, 2016 09:52AM
No problem. Which of the changes was the one that worked?


Simon Khoury

Co-founder of [www.precisionpiezo.co.uk] Accurate, repeatable, versatile Z-Probes
Published:Inventions
Re: Kossel XL - Motor & endstop issues
November 17, 2016 06:30AM
I changed the code

Where it says:
#define Z_MAX_POS MANUAL_Z_HOME_POS
instead put
#define Z_MAX_POS 298.15

I also adjusted the homing Speed like you suggested.

I have 12v for the steppers.
Sorry, only registered users may post in this forum.

Click here to login