Uoload new calibration steps for Extruder?
Posted: Mon Mar 20, 2017 7:39 am
I have uploaded firmware to this machine in the past. I changed the way the LCD panel navigation knob works (basically changed the rotation from CCW to CW). That all works great. I printed a few items and decided to check the extruder calibration. I printed 100mm of filament and only 78mm traveled through the extruder, so the settings are off.
I looked at the configuration.h file and it is set to :
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,93} // MXL, Z M8=1.25, MK8
according to my calculations the extruder should be set to 119. I verified this my manually changing the settings from the front panel and 119 seems to work best. So I want to make the changes to the firmware. I changed the configuration.h file to:
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,119} // MXL, Z M8=1.25, MK8
I compiled and uploaded the build to the printer. All seemed to work fine, the display blinked after the upload and all was sucessful.
When I use the menus to review the Estep setting it is still set to 93. Why?
I searched all the files in the firmware and cant see any other place this is set.
Puzzled.
I looked at the configuration.h file and it is set to :
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,93} // MXL, Z M8=1.25, MK8
according to my calculations the extruder should be set to 119. I verified this my manually changing the settings from the front panel and 119 seems to work best. So I want to make the changes to the firmware. I changed the configuration.h file to:
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,119} // MXL, Z M8=1.25, MK8
I compiled and uploaded the build to the printer. All seemed to work fine, the display blinked after the upload and all was sucessful.
When I use the menus to review the Estep setting it is still set to 93. Why?
I searched all the files in the firmware and cant see any other place this is set.
Puzzled.