Mixing extruder retract

I am beta-testing a new mixing hotend with 3 extruders, and I have a string problem, because when I retract just one extruder, the viod inside the nozzle is filled with the filament being extruded by the next extruder.

Is it possible to make a option to always extract all three extruders?

Comments

  • That would need a different extruder handling and some logic to detect when to use what. So for the normal way it would be very complex.

    It would be much easier if this would be implemente din the G10/G11 commands. There it known what part is retraction/undo retraction (ok 100%) so no special logic is required. Just running all extruders with the same distance. Only problem is that we can only move one extruder at a time. You for 3 extruders you would need 3 retraction in a row. Not sure if that is really better.

    For a simultaneous retraction even more complicated logic would be required. I think we would need a signal insides ISR routine to signal extruder stepper routine to stepp all.

    One easy solution I can think of is using G10/G11 and changing weight to 1/3 for each and restore it after retraction. But that also has drawbacks as you need to run buffer empty on each color change causing a small pause every time.

    So yes, it is possible but is quite some work and someone with a mixing extruder for testing/developing.

  • How then do I slice something to use the G10/G11 commands?
  • In CuraEngine you would select Ultimaker as gcode flavour. Maybe you then also need to enable volumetric extrusion, but that is also supported in 0.92.3.
Sign In or Register to comment.