mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Partial refactoring of wipe tower code (got rid of global constants, etc)
This commit is contained in:
parent
e30405d672
commit
9519fae490
4 changed files with 79 additions and 126 deletions
|
@ -1075,7 +1075,6 @@ void Print::_make_wipe_tower()
|
|||
|
||||
// Lets go through the wipe tower layers and determine pairs of extruder changes for each
|
||||
// to pass to wipe_tower (so that it can use it for planning the layout of the tower)
|
||||
|
||||
{
|
||||
unsigned int current_extruder_id = m_tool_ordering.all_extruders().back();
|
||||
for (const auto &layer_tools : m_tool_ordering.layer_tools()) { // for all layers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue