1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Dual Extruders - E1 no bueno

Discussion in 'Mods and Upgrades' started by Bill Monroe, Feb 23, 2015.

  1. Bill Monroe

    Bill Monroe Member

    Joined:
    Dec 18, 2014
    Messages:
    76
    Likes Received:
    47
    Mike.. All...

    I've competed all the hardware changes for the Chimera but am so far unable to get the new, second cold section to run.. both nozzles on the hot section are working perfectly...

    (yes Mike, I put in a 5th stepper driver) :)

    I followed Mikes google notes on the firmware changes but was unable to do the last one (which I am assuming is my problem) I downloaded the firmware source from the Robo3D website (comes up as AUTOV5 on the LCD).
    The last change in the instruction is:

    Configuration_adv.h
    #define EXTRUDERS
    1 -> 2

    I have been unable to find that in Configuration_adv.h Neither does the Arduino IDE Edit:Find

    any ideas? anyone?...anyone?.....

    I've found MANY odd deletions/errors in presumed "original" firmware packs but wrote those all off to hamfisted changes by person or persons unknown (the fortunate results of open-source) but would expect the factory download to be clean.
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,917
    Likes Received:
    7,338
    I found it in a couple of places in that file:

    #ifdef Z_DUAL_STEPPER_DRIVERS
    #undef EXTRUDERS
    #define EXTRUDERS 1
    #endif



    is one example.
     
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,917
    Likes Received:
    7,338
    Not sure what version of the source you are looking in, I was looking at the 6_10 version.
     
  4. Mike Kelly

    Mike Kelly Volunteer

    Joined:
    Mar 11, 2013
    Messages:
    6,967
    Likes Received:
    2,277
    My bad, that was in configuration.h

    All the configuration_adv stuff was ultimately unneeded
     
  5. Bill Monroe

    Bill Monroe Member

    Joined:
    Dec 18, 2014
    Messages:
    76
    Likes Received:
    47

    ya, but that's top use two *drivers* from Z, instead of just running in parallel
     
  6. Bill Monroe

    Bill Monroe Member

    Joined:
    Dec 18, 2014
    Messages:
    76
    Likes Received:
    47
    ok well, I did all the .h changes and still no second extruder.. only shows one on the LCD too
     
  7. Mike Kelly

    Mike Kelly Volunteer

    Joined:
    Mar 11, 2013
    Messages:
    6,967
    Likes Received:
    2,277
    If you swap motor inputs can you get the motor to run?
     
  8. Bill Monroe

    Bill Monroe Member

    Joined:
    Dec 18, 2014
    Messages:
    76
    Likes Received:
    47
    Yes.
     
  9. Bill Monroe

    Bill Monroe Member

    Joined:
    Dec 18, 2014
    Messages:
    76
    Likes Received:
    47
    Fixed.
    Turns out the second extruder was working all along, I was merely fooled by the XXL LCD panel not showing two extruder in the manual move section... using S3D's jog controls showed it was working. Thanks Mike K for that suggestion.
     

Share This Page