mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fix misc bugs
This commit is contained in:
parent
b4cc526ae4
commit
c36d4ad7c9
17 changed files with 18 additions and 25 deletions
|
@ -875,7 +875,7 @@ void ToolOrdering::reorder_extruders_for_minimum_flush_volume()
|
|||
return false;
|
||||
};
|
||||
|
||||
std::optional<unsigned int>current_extruder_id;
|
||||
std::optional<unsigned int>current_extruder_id(-1);
|
||||
for (int i = 0; i < m_layer_tools.size(); ++i) {
|
||||
LayerTools& lt = m_layer_tools[i];
|
||||
if (lt.extruders.empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue