mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Increased fill rate of the support 1st layer from 50% to 70%.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user