MMU2-DIP icon indicating copy to clipboard operation
MMU2-DIP copied to clipboard

Is it possible to increase the number of extruders on MMU-DIP?

Open LoloMake60 opened this issue 2 years ago • 1 comments

Hi,

I wanted to know if it was possible to increase the number of extruders to 10?

This should be possible by modifying the code and the led codes.

Thanks.

LoloMake60 avatar Aug 09 '22 12:08 LoloMake60

LED indication of states //! //! RG | RG | RG | RG | RG | meaning //! -- | -- | -- | -- | -- | ------------------------ //! 01 | 00 | 00 | 00 | 00 | filament 1 //! 00 | 01 | 00 | 00 | 00 | filament 2 //! 00 | 00 | 01 | 00 | 00 | filament 3 //! 00 | 00 | 00 | 01 | 00 | filament 4 //! 00 | 00 | 00 | 00 | 01 | filament 5 //! 01 | 01 | 00 | 00 | 00 | filament 6 //! 01 | 00 | 01 | 00 | 00 | filament 7 //! 01 | 00 | 00 | 01 | 00 | filament 8 //! 01 | 00 | 00 | 00 | 01 | filament 9 //! 01 | 01 | 01 | 01 | 01 | filament 10 //! 00 | 00 | 00 | 00 | bb | park position

LoloMake60 avatar Aug 09 '22 13:08 LoloMake60