mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 14:49:03 +08:00
Fix an infinite loop when slicing after wipe tower is disabled
This commit is contained in:
parent
8760748cd2
commit
4b4c208ed2
@ -474,7 +474,9 @@ struct WipeTowerData
|
|||||||
used_filament.clear();
|
used_filament.clear();
|
||||||
number_of_toolchanges = -1;
|
number_of_toolchanges = -1;
|
||||||
depth = 0.f;
|
depth = 0.f;
|
||||||
|
z_and_depth_pairs.clear();
|
||||||
brim_width = 0.f;
|
brim_width = 0.f;
|
||||||
|
height = 0.f;
|
||||||
width = 0.f;
|
width = 0.f;
|
||||||
first_layer_height = 0.f;
|
first_layer_height = 0.f;
|
||||||
cone_angle = 0.f;
|
cone_angle = 0.f;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user