More than 16 virtual extruders? Eeprom positions?
Extruder.h:
#define VIRTUAL_EXTRUDER 16 // don't change this to more then 16 without modifying the eeprom positions
How do I modifiy the eeprom positions to define more than 16 virtual extruders?
Thanks,
rheinard
Comments
#define EPR_EXTRUDER_Z_OFFSET 90
to 96 then you can have 19 virtual extruders. Otherwise you have to increase bytes per extruder and see where you overwrite variables in the then used address space. And don't exceed 2048 byte in total!