mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 21:09:00 +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();
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user