FIX: raft density in tree support was wrong

Jira: STUDIO-2005
Change-Id: Ic2e9a3824ea943f101737270382c63cfaea656a1
(cherry picked from commit e10e17863a40638329ff43c8fa12b88c79e7b76b)
This commit is contained in:
Arthur
2023-02-01 16:24:44 +08:00
committed by Lane.Wei
parent f701b4efd5
commit fa9a530184
+1 -1
View File
@@ -1486,7 +1486,7 @@ void TreeSupport::generate_toolpaths()
filler_interface->spacing = support_extrusion_width; filler_interface->spacing = support_extrusion_width;
FillParams fill_params; FillParams fill_params;
fill_params.density = interface_density; fill_params.density = object_config.raft_first_layer_density * 0.01;
fill_params.dont_adjust = true; fill_params.dont_adjust = true;
fill_expolygons_generate_paths(ts_layer->support_fills.entities, std::move(offset_ex(raft_areas, scale_(expand_offset))), fill_expolygons_generate_paths(ts_layer->support_fills.entities, std::move(offset_ex(raft_areas, scale_(expand_offset))),