mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
Fixed a issue that support_bottom_z_distance was not working as expected.
Fixed #2667
This commit is contained in:
parent
edb5676dd1
commit
c860680b21
3 changed files with 3 additions and 5 deletions
|
@ -119,8 +119,6 @@ SlicingParameters SlicingParameters::create_from_config(
|
|||
//BBS
|
||||
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;
|
||||
|
||||
if (!print_config.independent_support_layer_height) {
|
||||
params.gap_raft_object = std::round(params.gap_raft_object / object_config.layer_height + EPSILON) * object_config.layer_height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue