I have got a problem that after upgrading my printer to an aluminum frame my extruder went from around 400 steps per mm at 16 micro steps (which did match the manufacturer's recommendation perfectly) to a bit over 1000 steps per mm at 16 micro steps.
This is a problem for me, since the limited amount of steps per second lower my maximum retraction speed.
What I tried since the rebuild:
Replace and adjust the current of the stepper driver - no change, even with another type of driver on different micro steps, of course with other values, but also about 2.5 times too high;
Connecting another motor with another cable - the other motor with nothing attached to it drove the same angle as my extruder stepper.
Could it be that the ATmega2560 on my MKS gen 1.4 board got damaged? Or did I change something in the firmware, which does have this effect?
I am using Marlin 1.8.5 and a E3D Titan 1:3 geared extruder and I am using the same setup as before! E3D claims to have 437 steps per mm on a 200 steps/revolution Nema 17 stepper and 16 micro steps. This value was working perfectly fine before.
Update:
With an Arduino Nano I measured the amount of steps my board sends at 418.5 steps/mm (programmed in EEPROM and in firmware) on a specific amount of extrusion length
G92 E0 -> G1 F100 E30
and I got
5220 steps for 30mm extrusion (reproducible).
It should be
418.5 steps/mm*30mm = 12555 steps.
Where,
(12555/5220) * 418.5 steps/mm = 1007 steps/mm
to have the effect of 418.5 steps/mm
...which is, oddly, the exact number that I got by marking filament, extruding, measuring and calculating.