malnvenshorn / OctoPrint-CostEstimation

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

[Question] Calculations used #21

Closed Stady234 closed 5 years ago

Stady234 commented 5 years ago

Is it possible to see what you used to make the calculations...

I am trying to figure out why i am getting wildly different costs for like parts...

malnvenshorn commented 5 years ago

Just take a look at the source code https://github.com/malnvenshorn/OctoPrint-CostEstimation/blob/1b25457ecb77f2a5cd796265ad6d3a7e78f56422/octoprint_costestimation/static/js/costestimation.js#L41-L84

Stady234 commented 5 years ago

Perfect ! thank you...