mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -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
|
@ -1193,6 +1193,8 @@ void Print::_make_wipe_tower()
|
|||
}
|
||||
m_wipe_tower_final_purge = Slic3r::make_unique<WipeTower::ToolChangeResult>(
|
||||
wipe_tower.tool_change((unsigned int)-1, false));
|
||||
|
||||
m_wipe_tower_used_filament = wipe_tower.get_used_filament();
|
||||
}
|
||||
|
||||
std::string Print::output_filename()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue