FIX:default interface pattern should be RectilinearInterlaced but not int Organic Tree

jira: STUDIO-12238
Change-Id: I4fabcdc0e18557d43089dec14a17986f32ae545e
This commit is contained in:
jiaxi.chen 2025-05-15 20:20:09 +08:00 committed by lane.wei
parent e22d328fa9
commit 1ce1135e00

View File

@ -1472,7 +1472,7 @@ void generate_support_toolpaths(
angles.push_back(support_params.interface_angle);
std::vector<float> interface_angles;
if (config.support_interface_pattern == smipRectilinearInterlaced)
if (config.support_interface_pattern == smipRectilinearInterlaced || config.support_interface_pattern == smipAuto)
interface_angles.push_back(support_params.base_angle);
interface_angles.push_back(support_params.interface_angle);