mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 23:54:00 -06:00
NEW: Open "Bottom Z distance" setting for users
Users can set distance between support bottom contacts and object once enable normal/tree support. Jira: STUDIO-1383 TODO:Func seems good though, some details (e.g., bottom_interface detection) need to be optimized furthur. Will keep follow-up. Change-Id: I85815e7aa6cf1a5d0249633cd8ab995873461e8a (cherry picked from commit eab39e89c94d749ebe6266ab745cbb70a068277d)
This commit is contained in:
parent
63ea4179e4
commit
2a8fe9ec54
11 changed files with 25 additions and 10 deletions
|
@ -113,8 +113,7 @@ SlicingParameters SlicingParameters::create_from_config(
|
|||
if (! soluble_interface) {
|
||||
params.gap_raft_object = object_config.raft_contact_distance.value;
|
||||
//BBS
|
||||
//params.gap_object_support = object_config.support_bottom_z_distance.value;
|
||||
params.gap_object_support = object_config.support_top_z_distance.value;
|
||||
params.gap_object_support = object_config.support_bottom_z_distance.value;
|
||||
params.gap_support_object = object_config.support_top_z_distance.value;
|
||||
if (params.gap_object_support <= 0)
|
||||
params.gap_object_support = params.gap_support_object;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue