Images:


jmpreuss wrote:That picture is really interesting. My PLA doesn't smush up like that, it looks like how ninja flex would smash up. My guess is that the extruder motor is getting really hot and is softening the PLA meaning it can't push itself anymore.
jmpreuss wrote:That picture is really interesting. My PLA doesn't smush up like that, it looks like how ninja flex would smash up. My guess is that the extruder motor is getting really hot and is softening the PLA meaning it can't push itself anymore.
jeffhuber wrote:Can you diagnose by starting the filament just past the motor and seeing how far it gets before failure?
deadnoob wrote:Guanu - it is a kysan motor.
Unfortunately I don't have a temp sensor so I don't know exactly how hot the motor is. It is definitely hotter than the steppers that drive the belts. I'm going to try printing at 220-230C tonight to see if that helps. Everything I've read online said that was too hot for PLA, but we'll see.
DavidF wrote:Try this as an indicator. Cut a length of pla and abs about 2" then lay both of them on top of the stepper near the driver with a bit of length sticking out past the motor. Then print something. This should give an indication of how hot the extruder stepper is getting. If they droop over, something is wrong. I can't picture the stepper getting so hot that it softens the filament without something else dying first....
What print speeds are you running at??
DavidF wrote:That's not too awfully bad, pla has a glass transition.temp of about 138'F, and abs has a glass transition temp of about 220'F.
By the look of it I think your stepper is running maybe 120'F. That's not overly hot. But if your extruder is plugging, the stepper could heat up more.
Is there any marks on the filament where the hobbed wheel gouged the filament where its all balked up at?? Have you ever had the stepper kick back?
deadnoob wrote:Yes, definitely PLA - blue flame (and smells good when it prints)!
Anyways - I think the solution might be to add a fan pointing to the stepper. I have a decent sized desk fan blowing on the extruder motor right now and it is staying very cool. I'm going to try to get a smaller fan that I can mount to the stepper/Rostock and wire it up. Would there be any power issues if I use the same electric slots on the Rambo as the PEEK fan? I think there are extra ports, but I want it on all the time anyways, so can I just plug it in the same slots?
DavidF wrote:It might fix the problem, but I think its more masking an underlying problem that I would like to try and figure out.
guanu wrote:does the sticker on the motor say wantai or kysan?
Guanu
guanu wrote:ok, kysan now that makes sense.... load up your firmware, go to line 701 of configuration.h
change:
#define MOTOR_CURRENT {175,175,175,200,0} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
to:
#define MOTOR_CURRENT {155,155,155,165,0} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A KYSAN MOTOR CURRENT SETTINGS )
and your problem should go away... you will have more torque and lower temps!
no need to change anything else, your eeprom will hold all your calibration
Guanu
bvandiepenbos wrote:The peek fan MUST be on at 100% all the time.
You can wrap the heater block with silicone tape to insulate it, that helps a lot.
Your resistors could be burning out or connections to them poor, this is also a common cause of not being able to get hot end up to temperature.
Delta Zee Solutions wrote:UPDATE:
The kapton tape wrap around the heated barrel below the PEEK was the first thing I tried and it worked! I also have silicone tape which I'm sure would also work, but the Kapton happened to be closer on the bench...
Now I only have to recheck the PID calibration but the hot end hit set-point just fine.
Thanks for the ideas and I hope this helps others with the same problem.
Mark