mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #680] [Feature]: Printer Use cost on Archive #450
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#450
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wreuel on GitHub (Mar 12, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/680
Problem or Use Case
We already track the Filament, and the Energy, now we could track the Value/Hours of the printer it self
Proposed Solution
Just addin on the card of the archieve the printer cost based on the (value of the printer/lifespan) * time of the print
Alternatives Considered
No response
Feature Category
Print Archiving
Priority
Would improve my workflow
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Mar 13, 2026):
See PR https://github.com/maziggy/bambuddy/pull/682
@wreuel commented on GitHub (Mar 13, 2026):
@maziggy the idea is to estimate the real cost of a print. Besides filament and energy, the printer itself also has a finite lifetime. By distributing the printer cost over its expected printing hours, we can approximate a small depreciation cost per print.
This makes the archive more useful for production environments because it allows users to estimate the total cost of a print, not just the material usage.
And as this would be an optional field will not break the process that we have today.