Wipe tower: remove unfinished square wipe tower option

This commit is contained in:
Lukas Matena 2021-03-17 17:42:07 +01:00
parent 97c4c02001
commit cc7ef40e20
3 changed files with 10 additions and 60 deletions

View file

@ -1987,9 +1987,7 @@ void Print::_make_wipe_tower()
// Set the extruder & material properties at the wipe tower object.
for (size_t i = 0; i < number_of_extruders; ++ i)
wipe_tower.set_extruder(
i, m_config);
wipe_tower.set_extruder(i, m_config);
m_wipe_tower_data.priming = Slic3r::make_unique<std::vector<WipeTower::ToolChangeResult>>(
wipe_tower.prime((float)this->skirt_first_layer_height(), m_wipe_tower_data.tool_ordering.all_extruders(), false));