mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-23 10:01:54 -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
|
@ -310,6 +310,7 @@ public:
|
|||
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;
|
||||
int m_wipe_tower_number_of_toolchanges = -1;
|
||||
|
||||
std::string output_filename();
|
||||
std::string output_filepath(const std::string &path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue