Fix an infinite loop when slicing after wipe tower is disabled

This commit is contained in:
Lukas Matena 2023-11-01 14:59:38 +01:00
parent 8760748cd2
commit 4b4c208ed2

View File

@ -474,7 +474,9 @@ struct WipeTowerData
used_filament.clear();
number_of_toolchanges = -1;
depth = 0.f;
z_and_depth_pairs.clear();
brim_width = 0.f;
height = 0.f;
width = 0.f;
first_layer_height = 0.f;
cone_angle = 0.f;