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

@ -209,7 +209,6 @@ private:
SHAPE_REVERSED = -1
};
const bool m_peters_wipe_tower = false; // sparse wipe tower inspired by Peter's post processor - not finished yet
const float Width_To_Nozzle_Ratio = 1.25f; // desired line width (oval) in multiples of nozzle diameter - may not be actually neccessary to adjust
const float WT_EPSILON = 1e-3f;
float filament_area() const {