I am attempting to follow these instructions to calibrate the extruder, however when I increase the value for DEFAULT_AXIS_STEPS_PER_UNIT
the change in physical output does not correspond with the changes.
I started by testing how much filament goes through the extruder when sending G1 E100 F100
to my printer, instead of the 100 mm I get about 38 mm (#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 }
in Marlin). I increased the value to DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 149.73 }
which should take it to 100 mm, when I tested the physical output the increase was only negligible so I repeated the calculation with DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 387.8007 }
as the new value. The new physical output is about 64 mm, I think this suggests a mechanical problem rather than a firmware configuration problem, but I am not sure where to go from here.
My printer is the Ender 3, running Marlin 1.1.9 with a BlTouch and an aluminium bowden extruder mod
(installed after the extrusion problem began).
Any help you can give will be greatly appreciated.