Hello,
I have been running a non-mixing 3-in-1-out extruder as a single extruder for a couple of months, successfully (Repetier v1.0.1 on RADDS 1.5+Due) as EX0.
I have connected two additional steppers to EX1 and EX2 and now wish to modify the firmware to recognize and use those extruders.
I've read through numerous posts of others trying to get mixing extruders (Diamond, Cyclops) working.
In one post, I saw where the EX1 and EX2 heater and temperature pins should be disabled (set to -1) and that MIXING_EXTRUDER should be left alone (off). I tried that, after adding the extruders using the configurator, and not enabling MIXING_EXTRUDER and SHARED_EXTRUDER_HEATER. The temperatures for those two extruders register at 500 degrees C all the time with that configuration. The heater does heat, but I don't think it knows when to stop. Also, the steppers did not respond to commands to feed filament.
I recall trying MIXING_EXTRUDER by itself and then adding SHARED_EXTRUDER_HEATER, but the problem there was that EX0 would always mimic whatever actions EX1 or EX2 were doing, even though the process I was using (Simplify3D) was told to only print with EX1, for example.
So... do I configure the extra extruders to point to the heater and temperature pins for EX0? Should I leave MIXING_EXTRUDER and SHARED_EXTRUDER_HEATER alone (off)? Should I switch to pre 1.0.1 or up to dev? I've disabled EEPROM in order to get my Due to work, will I need to get another Due so I can load color mixing tables in to EEPROM even though I'm not mixing?
I'll keep trying various combinations in the meantime.