mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 15:05:54 +08:00
Fixed division by zero in tree supports & raft
This commit is contained in:
parent
b655677c95
commit
92318e45de
@ -3457,7 +3457,9 @@ static void generate_support_areas(Print &print, const BuildVolume &build_volume
|
||||
|
||||
SupportParameters support_params(print_object);
|
||||
support_params.with_sheath = true;
|
||||
support_params.support_density = 0;
|
||||
// Don't override the support density of tree supports, as the support density is used for raft.
|
||||
// The trees will have the density zeroed in tree_supports_generate_paths()
|
||||
// support_params.support_density = 0;
|
||||
|
||||
SupportGeneratorLayerStorage layer_storage;
|
||||
SupportGeneratorLayersPtr top_contacts;
|
||||
|
Loading…
x
Reference in New Issue
Block a user