mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 01:52:11 +00:00
FIX: fix slicing error of more than 1 empty first layers
Jira: STUDIO-656 Change-Id: I582e432ac14b823656780147ec585ae7a7499517
This commit is contained in:
@@ -474,7 +474,8 @@ void ToolOrdering::reorder_extruders(std::vector<unsigned int> tool_order_layer0
|
||||
if (m_layer_tools.empty())
|
||||
return;
|
||||
|
||||
assert(!tool_order_layer0.empty());
|
||||
if (tool_order_layer0.empty())
|
||||
return;
|
||||
|
||||
// Reorder the extruders of first layer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user