Skip to content

[BUG] Print progress hangs at 3% #28142

@classicrocker883

Description

@classicrocker883

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

From this issue here: classicrocker883/MRiscoCProUI#229

it is confirmed that the Print Progress stays at 3% because of hal.watchdog_refresh();

void CardReader::selectFileByIndex(const int16_t nr) {
...
  hal.watchdog_refresh();
}

in src/sd/cardreader.cpp

Bug Timeline

🩹 Mitigate watchdog timeout for file ops See #28064, #28069

Expected behavior

Should not begin and stop at 3%

Actual behavior

Stays at 3%

Steps to Reproduce

  1. So far confirmed on ProUI using Voxelab Aquila/Ender-3 V2/S1
  2. Start Print

Version of Marlin Firmware

bugfix-2.1.x

Printer model

No response

Electronics

No response

LCD/Controller

No response

Other add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions