mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: Optimize TreeSupport
New function plan_layer_heights added for pre-planning maximum layer heights Previous adjust_layer_heights function has been commentted out. Change-Id: I8ec5bb7b7e700ed7655d18a17d0b15de5f026592 (cherry picked from commit 55995c138e0375b8055f31768eea1392cd64168d)
This commit is contained in:
@@ -2889,7 +2889,7 @@ PrintObjectSupportMaterial::MyLayersPtr PrintObjectSupportMaterial::raft_and_int
|
||||
// Generate intermediate layers.
|
||||
// The first intermediate layer is the same as the 1st layer if there is no raft,
|
||||
// or the bottom of the first intermediate layer is aligned with the bottom of the raft contact layer.
|
||||
// Intermediate layers are always printed with a normal etrusion flow (non-bridging).
|
||||
// Intermediate layers are always printed with a normal extrusion flow (non-bridging).
|
||||
size_t idx_layer_object = 0;
|
||||
size_t idx_extreme_first = 0;
|
||||
if (! extremes.empty() && std::abs(extremes.front()->extreme_z() - m_slicing_params.raft_interface_top_z) < EPSILON) {
|
||||
|
||||
Reference in New Issue
Block a user