Issues with A20M after Feeder upgrade.
Posted: Wed Aug 07, 2019 10:17 pm
I bought the Aluminum Feeder upgrade for feeding the filament into the Bowden 2-1 hotend, and have had problems since.
https://www.amazon.com/gp/product/B07KQ ... UTF8&psc=1
I am using the Firmware with 3dTouch from this forum.
The two filament feeders are using the same motors that came with the A20M machine.
Since using the new feeders, at first it was over-extruding and causing the Stepper gear to slip on the filament.
After reading a few posts, and watching a few YouTube videos, I tried to dial in the feedrate in the configuration.H in the firmware with these settings.
I changed the default 430 steps on E0 to 100 to try and slow the feedrate.
Now the stepper motor itself is under-extruding, but also the stepper motor shaft is skipping it turns, then I hear a bump and it rotates backwards.
I run my filament for a print between 200-210, and get oozing at around 175 degrees (pre-print)
Is my motor going bad? or when I changed the AXIS_STEPS_PER_UNIT for the extruder did it throw something off so that the stepper motor isn't locking at the proper step points?
I don't know what to do, can someone help me out on this?
https://www.amazon.com/gp/product/B07KQ ... UTF8&psc=1
I am using the Firmware with 3dTouch from this forum.
The two filament feeders are using the same motors that came with the A20M machine.
Since using the new feeders, at first it was over-extruding and causing the Stepper gear to slip on the filament.
After reading a few posts, and watching a few YouTube videos, I tried to dial in the feedrate in the configuration.H in the firmware with these settings.
I changed the default 430 steps on E0 to 100 to try and slow the feedrate.
Code: Select all
/**
* With this option each E stepper can have its own factors for the
* following movement settings. If fewer factors are given than the
* total number of extruders, the last value applies to the rest.
*/
//#define DISTINCT_E_FACTORS
/**
* Default Axis Steps Per Unit (steps/mm)
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_ { 80.3, 80.8, 400, 100 } //Orig { 80, 80, 4000, 500 } 93*2 = DRV8825 1/32 Stepps //430 original default E0
/**
* Default Max Feed Rate (mm/s)
* Override with M203
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_MAX_FEEDRATE { 400, 400, 400, 45 } //Orig { 300, 300, 5, 25 } //1.0.3 { 300, 300,20, 25 }
I run my filament for a print between 200-210, and get oozing at around 175 degrees (pre-print)
Is my motor going bad? or when I changed the AXIS_STEPS_PER_UNIT for the extruder did it throw something off so that the stepper motor isn't locking at the proper step points?
I don't know what to do, can someone help me out on this?