CrealityOfficial / Ender-3S1

This Source code for Creality Ender-3S1 Series,MCU and Screen
GNU General Public License v3.0
126 stars 52 forks source link

[BUG] Watchdog reset when the UBL mesh saved into the EEPROM #32

Closed Pethical closed 1 year ago

Pethical commented 1 year ago

Ender 3 S1 pro, latest firmware.

To reproduce run the following gcode:

G28
G29
G29 S0

At the G29 S0 (save mesh to eeprom) the watchdog timer resets the machine.

Pethical commented 1 year ago

The same issue fixed in Marlin 2 years ago... https://github.com/MarlinFirmware/Marlin/issues/10009

kamoteshake commented 1 year ago

have you tried the fix that they recommended from that thread?