Open LoloMake60 opened 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
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.