Closed lukepighetti closed 2 years ago
Would just adding the price
field to ResultStockPiece
get you what you want for now? I'm willing to do that.
Anything beyond that, I'm open to PRs.
That handles my needs!
@lukepighetti I'm going to close this issue, but I'm open to a more detailed proposal for you CostMetrics
idea. If you'd like to pursue that further, please open a new issue that outlines what you're trying to accomplish.
Assuming the price is equal to the cost of consumed stock (cut piece + cutter kerf), it would be nice to make this field public so we can see the cost of the stock being cut.
This also opens up a conversation about creating something like a
CostMetrics
struct... perhaps withstock_piece_cost
=cut_piece_cost
+cut_width_cost
+waste_cost