Skip to content

File print time keeps going up #1895

Description

@thijstriemstra

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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    GH - BugSomething isn't workingGH - Evaluation NeededThis topic needs to be discussed to evaluate it's aspects and feasability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions