Increased fill rate of the support 1st layer from 50% to 70%.

This commit is contained in:
bubnikv 2017-11-30 19:04:07 +01:00
parent 91e1dc639d
commit 752d72f58d

View file

@ -2602,7 +2602,8 @@ void PrintObjectSupportMaterial::generate_toolpaths(
// Base flange. // Base flange.
filler->angle = raft_angle_1st_layer; filler->angle = raft_angle_1st_layer;
filler->spacing = m_first_layer_flow.spacing(); filler->spacing = m_first_layer_flow.spacing();
density = 0.5f; // 70% of density on the 1st layer.
density = 0.7f;
} else if (support_layer_id >= m_slicing_params.base_raft_layers) { } else if (support_layer_id >= m_slicing_params.base_raft_layers) {
filler->angle = raft_angle_interface; filler->angle = raft_angle_interface;
// We don't use $base_flow->spacing because we need a constant spacing // We don't use $base_flow->spacing because we need a constant spacing