TLDR of my below post is as follows:
1. Stepper current too low - raised from 130 to 150.
2. Extruding too fast for hotend - e3dv6 LITE - reduced print speed from 50mm/s to 35mm/s.
Read on if you want the details!
------
geneb wrote:Another thing to consider is that you may have turned the extruder drive down too far. Try bumping it a bit and see how that goes.
This got me thinking - because I
have been turning the extruder's current down - I thought it was overheating and causing the filament to slip. Originally it was at 165.
I ran some tests. I calculated my maximum mm/min as follows: (my math may be wrong here, but it seemed to work)
0.3mm layer height / 1.75mm filament = 0.1714
50mm/s max print speed is 3000mm/min
3000 x 0.1714 = 514.2mm/min maximum extrusion speed
So I plugged my printer in via USB, got the hot end up to temp and ran:
G1 E100 F514.2
The extruder skipped repeatedly when trying to extrude at this speed.
Next I re-loaded the firmware and
increased my extruder current from 130 to 150.
Running the exact same test, the stepper still skipped, but
far less often. I was able to run the extrude command over and over and it would only skip once in every 2 or 3 runs. The extruder stepper didn't seem to get hot running at the higher current.
This got me thinking about the limitations of my hot-end.
E3D quote a print speed of 20-50mm/s on the v6 lite, so I started reducing my extrusion speed in GCode until I was able to consistently extrude with no skipping or slipping of the filament.
The number I came out with was F350 - which translates to 35mm/s maximum print speed at 0.3mm layer height.
This also got me thinking about
my woes with stringing and trying to find the right amount of retraction. I am able to print a perfect retraction calibration test cube, but on larger objects, the stringing returns - the difference? speed! My smaller objects are automatically printed much slower for cooling's sake. (Seems obvious now!)
I believe my recent change of reducing the extruder current from 165 to 130 exacerbated the problem of the print speed being too high.
I have also gained an understanding of the factors involved in working out print speed. In the past it's been voodoo magic to me, but now I get it. I plan to write an explanation out that will maybe help others, as I have struggled with understanding how to work out
how fast you should print for ages.