mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 01:14:02 +08:00
Even empty extruder extrusions cannot be removed as it the order of wipe tower toolchanges relies on it.
This commit is contained in:
parent
0bf8a9b1c5
commit
214a35d968
@ -601,10 +601,6 @@ std::vector<ExtruderExtrusions> get_extrusions(
|
|||||||
previous_position
|
previous_position
|
||||||
);
|
);
|
||||||
|
|
||||||
if (is_empty(extruder_extrusions)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
extrusions.push_back(std::move(extruder_extrusions));
|
extrusions.push_back(std::move(extruder_extrusions));
|
||||||
}
|
}
|
||||||
return extrusions;
|
return extrusions;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user