Wipe tower: remove a move to the wipe tower when not needed

This commit is contained in:
Lukas Matena 2022-12-22 15:46:25 +01:00
parent 90bd46e30a
commit b3664179f6
3 changed files with 27 additions and 14 deletions

View file

@ -290,7 +290,6 @@ private:
// Extruder specific parameters.
std::vector<FilamentParameters> m_filpar;
// State of the wipe tower generator.
unsigned int m_num_layer_changes = 0; // Layer change counter for the output statistics.
unsigned int m_num_tool_changes = 0; // Tool change change counter for the output statistics.