MikeB I'm trying to do a color mixing print with 4 colors.I read your : https://github.com/repetier/Repetier-Firmware/blob/work092/doc/Mixing%20extruder%20theory.txtAnd also your :http://reprap.org/wiki/Repetier_Color_MixingI'm not able to understand this combiantion of numbers :Example; Magenta-BrownM163 S0 P1M163 S1 P2M163 S2 P1M164 S13; TurquoiseM163 S0 P5M163 S1 P0M163 S2 P1M164 S11The sum of weight in first case is 4 and in the second case is 6. If I would like to have a mixing of foru colors (the forth color is White or Black + CMY) I'm considering to divide the weights in percentage between the various extruders and so i'm expecting to have the sum =1 or =10 or =100 in any combination of colors......Sorry if I'm not able to understand, but can you explain me better?If I would like to have M163 S0 P10 (10%)M163 S1 P20 (20%)M163 S2 P20 (20%)M163 S3 P50 (50%)M164 S0which numbers I have to use with your system?
Repetier It is quite simple. The sum of all weights is 100%. So if sum is 4 a value of 1 is 25%. That way you can say values are percent or whatever you want. The only restriction is that is a integer value and sum must be at least 1.
XC3DMAKER <font face="Arial, Verdana">If I want to achieve the extruder 1,2,3 work at the same time, reperier- host and slic3r can be realized. If you can develop a configuration used to control the blending proportion?</font>