Marlin: Not Working: Need different steps for dual extruder

Created on 6 Aug 2017  ·  3Comments  ·  Source: MarlinFirmware/Marlin

I am actually facing a problem that I need different steps_per_unit for each extruder but unfortunately, Marlin only considers the first value of steps_per_unit given for extruders and operate both extruders according to that value.

it operates both extruders according to first given value {99} and don't consider the second value for second extruder {1320}
#define DEFAULT_AXIS_STEPS_PER_UNIT {87.5, 87.67, 2520.49, 99, 1320} // X,Y,Z,E0...

I am using // RAMPS 1.3 = 34 (Power outputs: Extruder0, Extruder1, Bed)

Looking forward to your response......

Most helpful comment

Great. Please close here then.

All 3 comments

Do you have Distinct_E_factors uncommented?

Thank You @Kaibob2
I overlooked that before,,,,,it works now

Great. Please close here then.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Anion-anion picture Anion-anion  ·  3Comments

tekkydave picture tekkydave  ·  4Comments

Bobsta6 picture Bobsta6  ·  3Comments

Glod76 picture Glod76  ·  3Comments

ceturan picture ceturan  ·  4Comments