Fluidd Version
1.37.2
Browser
Firefox
Device
Desktop PC
Operating System
Windows
What happened
During the purge line phase, right before printing, the print time for "File" keeps going up, showing crazy numbers like 257 hours for an hour print:
As soon as the print starts, the number goes back down to a normal value.
What did you expect to happen
To show a fixed number, not grow like it does now.
How to reproduce
Not sure if it's related to the purge and if anybody else experiences it but this is the end of the print start macro:
# Heats up the nozzle up to target via data from slicer
SET_DISPLAY_TEXT MSG="Hotend: {target_extruder}°C" # Displays info
STATUS_HEATING # Set LEDs to heating-mode
#G1 X-20 Y0 Z10 F5000 # Goes to purge bucket location
M107 # Turn off partcooling fan
M109 S{target_extruder} # Heats the nozzle to printing temp
# Gets ready to print by doing a purge line
SET_DISPLAY_TEXT MSG="Purging"
LINE_PURGE
SET_DISPLAY_TEXT MSG="Printing" # Displays info
STATUS_PRINTING # Set LEDs to printing-mode
Additional information
No response
Fluidd Version
1.37.2
Browser
Firefox
Device
Desktop PC
Operating System
Windows
What happened
During the purge line phase, right before printing, the print time for "File" keeps going up, showing crazy numbers like 257 hours for an hour print:
As soon as the print starts, the number goes back down to a normal value.
What did you expect to happen
To show a fixed number, not grow like it does now.
How to reproduce
Not sure if it's related to the purge and if anybody else experiences it but this is the end of the print start macro:
Additional information
No response