mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
FIX: remove not necessary assert
jira: none Change-Id: I9878671ff2adf898c7ebfea1f3838205c8ad458b (cherry picked from commit 43d15d97010ffc96b08d1cfdbbbe0d78d643eef0)
This commit is contained in:
@@ -3872,7 +3872,6 @@ void WipeTower::generate_new(std::vector<std::vector<WipeTower::ToolChangeResult
|
|||||||
else
|
else
|
||||||
finish_layer_tcr = merge_tcr(finish_layer_tcr, finish_block_tcr);
|
finish_layer_tcr = merge_tcr(finish_layer_tcr, finish_block_tcr);
|
||||||
}
|
}
|
||||||
assert(has_inserted);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user