Close



Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1

    Angry Desperate Help! What's the issue?!

    Hey Guys,

    So a few months ago i purchased and assembled a Prusa I3 and printed a few successful prints until my extruder motor started playing up. the motor doesn't turn and makes some very strange noises. (see video)



    i began to diagnose the issue, i first tried a new stepper driver to no success, then tried the motor on a different axis and it worked fine, so can't be the motor or the driver, after working this out i re flashed the stock firmware with no luck. which led me to think it was an issue with the RAMPS (1.4) board, so i changed the firmware to use the second extruder channel and it still does the same thing. i then contacted the company i purchased the printer from and requested a replacement RAMPS board, after setting everything backup with the new board im still having the same issue! getting tired of this whole deal now, ive printed 6 times in months! the only thing that could possibly be an issue now is the arduino right? anyone had a similar issue or any ideas before i fork out for a quality mega 2560?

    Thanks in advance!

  2. #2
    Checked the wiring from the motherboard to the stepper motor???

    I had similar on the extruder of one of my printers and there was a break in one of the cables.

  3. #3
    Engineer Marm's Avatar
    Join Date
    Sep 2014
    Posts
    629
    Add Marm on Thingiverse
    Have you tried cleaning the extruder? If it's jammed.......

  4. #4
    Yes, checked wiring and it seems fine, and when i plug the extruder stepper into say the X axis and move it it turns fine

  5. #5
    Nozzle isn't jammed, and as you can see in the video there's no filament loaded, so nothing is physically stopping the stepper motor

  6. #6
    How about re-uploading the firmware?

  7. #7
    So new arduino just arrived, i downloaded a fresh copy of the firmware and uploaded it and IT'S STILL DOING IT.... what's the next step???

  8. #8
    Engineer Marm's Avatar
    Join Date
    Sep 2014
    Posts
    629
    Add Marm on Thingiverse
    First time the video worked for me. Sounds like you have the wrong number of steps per revolution set in the code. Find the manufacturer's datasheet on the exact motor you have, and then enter the the number of steps into the appropriate place in the code. I've had similar problems when working with Arduino and other steppers. If you need help locating the commands, Try the RAMPS site (or maybe some one here would know), or goto arduino.cc and check their examples. I can't imagine they'd be using an exotic stepper library to control the motor, so the exact how to on how to operate the motor's can be found there. I'm also assuming you have access to the source code and the Arduino IDE. If you don't, I'd imagine it'd be a very good idea to get it (it's free).

    EDIT, Reread the OP. Probably not the steps per, as it worked before. I'd pull the motor out of the enclosure, and try to get it to run on it's on. Again, if you have an extra arduino board (why mess with the Mega in the printer, any arduino will work), Use one of the example steppers sketches and try to get it to turn on it's on, without anything on the axle. If it works, slowly add parts to it till if fails. You could have a bad bearing or something in the system.

  9. #9
    Quote Originally Posted by Marm View Post
    First time the video worked for me. Sounds like you have the wrong number of steps per revolution set in the code. Find the manufacturer's datasheet on the exact motor you have, and then enter the the number of steps into the appropriate place in the code. I've had similar problems when working with Arduino and other steppers. If you need help locating the commands, Try the RAMPS site (or maybe some one here would know), or goto arduino.cc and check their examples. I can't imagine they'd be using an exotic stepper library to control the motor, so the exact how to on how to operate the motor's can be found there. I'm also assuming you have access to the source code and the Arduino IDE. If you don't, I'd imagine it'd be a very good idea to get it (it's free).

    EDIT, Reread the OP. Probably not the steps per, as it worked before. I'd pull the motor out of the enclosure, and try to get it to run on it's on. Again, if you have an extra arduino board (why mess with the Mega in the printer, any arduino will work), Use one of the example steppers sketches and try to get it to turn on it's on, without anything on the axle. If it works, slowly add parts to it till if fails. You could have a bad bearing or something in the system.
    Yes, there are some pins for plugging jumper caps under stepper driver on mainboard. Did plug the jumper caps correctly according to the building instruction?

  10. #10
    Quote Originally Posted by wenganxiang View Post
    Yes, there are some pins for plugging jumper caps under stepper driver on mainboard. Did plug the jumper caps correctly according to the building instruction?

    Yep, all 3 jumpers are connected as per build.

    Stepper motor is fine, ive tested it out of the printer and in the printer on the x axis. No matter what stepper i plug into the extruder channel it does the same thing. yes ive tried different drivers too with no success, and replaced the ramps and arduino, which is making me thing the only thing left is the firmware?

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •