Closed lightmaster closed 1 year ago
to temporary fix the issue in parseAck.c simply replace lines starting from line 903 with the following:
{
popupDialog(DIALOG_TYPE_SUCCESS, LABEL_DELTA_CONFIGURATION, LABEL_EEPROM_SAVE_INFO,
LABEL_CONFIRM, LABEL_CANCEL, saveEepromSettings, NULL, NULL);
}
else
{
popupReminder(DIALOG_TYPE_SUCCESS, LABEL_DELTA_CONFIGURATION, LABEL_PROCESS_COMPLETED);
}
The bug will be fixed in #2840
It builds fine now. Thanks.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description
I haven't used my printer in about 8 months now. Trying to build this now and I'm getting the following error for a TFT43_V3. Seems its a issue with the if blocks in parseACK.c, specifically for when
DELTA_PROBE_TYPE != 0
. Not too familiar with the coding, but that's the spot where the first error is poping up at.Steps to reproduce
Expected behavior
Actual behavior
Hardware Variant
TFT43_V3
TFT Firmware Version & Main Board Firmware details
Additional Information
Configuration.h
or use Pastebin and paste a link in this issue.https://pastebin.com/uYdfFTWi