WildRikku / OctoPrint-SpoolManager

Plugin for managing spools and all their usage metadata
GNU Affero General Public License v3.0
7 stars 0 forks source link

When uploaded file is loaded before analysis has finished, required filament amount will not be displayed even after analysis #20

Closed WildRikku closed 2 weeks ago

WildRikku commented 2 weeks ago

It takes a while for OctoPrint to perform gcode analysis for large files. The OctoPrint standard filament values are updated in the UI when the analysis is finished but the SpoolManager replacement does not update. You can tell easily because the estimated time for the loaded file will be updated after analysis, just the amount won't.

WildRikku commented 2 weeks ago

related #2