The printer records print progress when a pause occurs.
A pause may be triggered by:
M0 in G-codeTo resume printing, tap Continue on the screen.

Warning: The default pause time limit is 24 hours.
If this time is exceeded, the printer cannot resume the print.
The pause timeout value can be modified in the Fluidd interface.
Open Fluidd.
Locate the file gcode_macro.cfg.
Find the parameter:
TIMEOUT=86400
86400 seconds equals 24 hours.
To extend the pause duration, change the value.
For example:
TIMEOUT=172800
172800 seconds equals 48 hours.
Save the file after making changes.

