FeatureRequest: Diamond Hotend Colormixing

Good evening everyone, I have a small project before but would also need a firmware that can… It is about the following hotend Diamond Hotend - RepRap

I know there is already a post about it but not with the concern, my thought was if you have red yellow green black and white as filament, then you can mix every imaginable color together yourself.

But for this you would have to extrude for example yellow and green at the same time 50/50.

Now the question is, can this be done with macros? Here is a fantasy macro how it could look like:

[gcode_macro T6] # blue
gcode:
    ACTIVATE_MIX_EXTRUDER EXTRUDER=[{extruder1, 50},{extruder2,50}]

Can anyone Help?

1 Like