Open KingBain opened 3 years ago
I noticed I had under extrusion issues with the e-step value of 764.
I was undextruding by 2 centimetes.
Though e-step testing I had to change the estep value to 899.9.
which brough the extrison back in alignment.
Not really an issue, just leaving the ticket for those who may come behind me.
I can see where the value is being set in configuration.h
#if WITH_TMC && WITH_BMG #define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 830 } #elif WITH_TMC && WITH_TITAN **#define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 764 }** #elif WITH_TMC && !WITH_TITAN && !WITH_BMG #define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 186 } #elif WITH_TITAN && !WITH_TMC #if defined(T2_LEADSCREW) #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 420 } #else #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 420 } #endif #else #if defined(T2_LEADSCREW) #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 93 } #else #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 } #endif #endif
I noticed I had under extrusion issues with the e-step value of 764.
I was undextruding by 2 centimetes.
Though e-step testing I had to change the estep value to 899.9.
which brough the extrison back in alignment.
Not really an issue, just leaving the ticket for those who may come behind me.
I can see where the value is being set in configuration.h