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

No cost estimation but filament info in gcode #21

Open ZapicoFormacion opened 1 year ago

ZapicoFormacion commented 1 year ago

GCode from Cura includes filament info but OctoPrint and CostEstimation dom't show filament info or cost.

image image

Issue is just for Cura GCode. PrusaSlicer GCode is working right.

deosrc commented 3 months ago

See this note on the README which fixed the issue for me:

If the metadata is not present you will see no filament from meta

To fix this, go to the "Plugin-Settings / Features" and switch "Analyze gcode..." to "always".

See https://github.com/OllisGit/OctoPrint-CostEstimation/issues/9

The reference to "Plugin-Settings" was a little confusing for me but not sure if that is because I have UI Customizer. For me it was Settings > Features > Features > Analyze gcode for time and model size estimates.