mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-23 10:01:54 -06:00
Wipe tower extrusions are now accounted for in the filament consumption statistics
This commit is contained in:
parent
22569de00f
commit
c83a5474f6
9 changed files with 91 additions and 25 deletions
|
@ -240,7 +240,7 @@ public:
|
|||
// TODO: status_cb
|
||||
std::string estimated_normal_print_time;
|
||||
std::string estimated_silent_print_time;
|
||||
double total_used_filament, total_extruded_volume, total_cost, total_weight;
|
||||
double total_used_filament, total_extruded_volume, total_cost, total_weight, total_wipe_tower_cost, total_wipe_tower_filament;
|
||||
std::map<size_t, float> filament_stats;
|
||||
PrintState<PrintStep, psCount> state;
|
||||
|
||||
|
@ -309,6 +309,7 @@ public:
|
|||
std::unique_ptr<WipeTower::ToolChangeResult> m_wipe_tower_priming;
|
||||
std::vector<std::vector<WipeTower::ToolChangeResult>> m_wipe_tower_tool_changes;
|
||||
std::unique_ptr<WipeTower::ToolChangeResult> m_wipe_tower_final_purge;
|
||||
std::vector<float> m_wipe_tower_used_filament;
|
||||
|
||||
std::string output_filename();
|
||||
std::string output_filepath(const std::string &path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue