OllisGit / OctoPrint-CostEstimation

OctoPrint plugin to display the estimated print cost for the loaded model
GNU Affero General Public License v3.0
23 stars 6 forks source link

Feature request: Support time estimates in gcode, such as generated by PrusaSlicer M73 #7

Closed WarrenSchultz closed 3 years ago

WarrenSchultz commented 3 years ago

The PrusaSlicer time estimator is much better than the built-in OctoPrint estimator.

Can you please add a toggle to enable reading the M73 values directly (or interface with the M73 plugin)? https://github.com/gdombiak/OctoPrint-M73ETAOverride

Thanks!

OllisGit commented 3 years ago

Hi @WarrenSchultz,

I think this feature is more related to the Plugin DisplayLayerProgress.

I raised an issue in that repository: https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/issues/193