mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Added number of toolchanges into 'Sliced info' statistics
This commit is contained in:
parent
961d894218
commit
712fef0669
7 changed files with 27 additions and 7 deletions
|
@ -1195,6 +1195,7 @@ void Print::_make_wipe_tower()
|
|||
wipe_tower.tool_change((unsigned int)-1, false));
|
||||
|
||||
m_wipe_tower_used_filament = wipe_tower.get_used_filament();
|
||||
m_wipe_tower_number_of_toolchanges = wipe_tower.get_number_of_toolchanges();
|
||||
}
|
||||
|
||||
std::string Print::output_filename()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue