
i woulld like to know how i could add another stepper motor to be the extruder for 4 more filaments i have no idea how to code but i know its posible by selecting one motor for filaments t0-t3 then selecting the new one for t4-t7 just wandering if someone knows how to code this into the firmware
The firmware won't care... you'll need to turn the appropriate extruder motor in your gcode instead... which should be E0 (or just E) and E1. The firmware for the 3DChameleon will still only have 4 positions, but it never knows what you're doing with it, so the E value is irrelevant to it. In your gcode, if your next_extruder is <4, you use E0 and if it's >3 then the it'll be E1.
Bill