Wipe tower extrusions are now accounted for in the filament consumption statistics

This commit is contained in:
Lukas Matena 2018-09-05 15:35:35 +02:00
parent 22569de00f
commit c83a5474f6
9 changed files with 91 additions and 25 deletions

View file

@ -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()