mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: support filament_z_hop_types
Support override z top type in filament This is handling for STUDIO-2082 Change-Id: I885d1d5e44d626e28b260ff569d0359e462a5f8d
This commit is contained in:
parent
3a14acba99
commit
cbb84d2fb6
22 changed files with 126 additions and 48 deletions
|
@ -431,9 +431,6 @@ void PrintObject::detect_overhangs_for_lift()
|
|||
|
||||
this->clear_overhangs_for_lift();
|
||||
|
||||
if (m_print->config().z_hop_type != ZHopType::zhtAuto)
|
||||
return;
|
||||
|
||||
tbb::spin_mutex layer_storage_mutex;
|
||||
tbb::parallel_for(tbb::blocked_range<size_t>(num_raft_layers + 1, num_layers),
|
||||
[this, min_overlap](const tbb::blocked_range<size_t>& range)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue