Mixing extruder default config

When I configure repetier firmware to use a 3-way mixing extruder, it will default to use all three extruders equially, and print with all three, no matter what extruder I chose to use.

To fix it, I have to configure mixing for T0-2 in the beginning of my code:

M163 S0 P100
M163 S1 P0
M163 S2 P0
M164 S0
M163 S0 P0
M163 S1 P100
M163 S2 P0
M164 S1
M163 S0 P0
M163 S1 P0
M163 S2 P100
M164 S2

I guess the default for all 16 virtual extruders needs to be proberly configured.

Comments

  • Yes. You can also set the weights in eeprom editor. Each extruder has 16 weights matching the 16 virtual extruders.
Sign In or Register to comment.