I am using 9.1v8 on the firmware and I have had problems setting up my second extruder. I have a MKS Base V 1.5 board and when i upload the firmware the second extruder fet led is extreamly dim. I had to switch the leads to the fan pin and it works but now i can not have my fan for my extruders.
Problem 2 I have the smartcontroller and when i go to load the sketch it will not complete. I get the following error
}
UIMenu men = (UIMenu)menu[menuLevel];
uint8_t nr = pgm_read_word_near(&(men->numEntries));
uint8_t mtype = HAL::readFlashByte((const prog_char*)&(men->menuType));
UIMenuEntry entries = (UIMenuEntry)pgm_read_word(&(men->entries));
UIMenuEntry *ent =(UIMenuEntry *)pgm_read_word(&(entries[menuPos[menuLevel]]));
UIMenuEntry testEnt;
uint8_t entType = HAL::readFlashByte((const prog_char*)&(ent->menuType));// 0 = Info, 1 = Headline, 2 = submenu ref, 3 = direct action command
I have to remove it from the firmware update and then it loads fine.
Thanks