bigtreetech / MMU2-DIP

MMU 3-axis stepper control
31 stars 13 forks source link

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

Open LoloMake60 opened 2 years ago

LoloMake60 commented 2 years ago

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 commented 2 years ago

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