mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-12 23:49:11 +08:00
FIX:default interface pattern should be RectilinearInterlaced but not int Organic Tree
jira: STUDIO-12238 Change-Id: I4fabcdc0e18557d43089dec14a17986f32ae545e
This commit is contained in:
parent
e22d328fa9
commit
1ce1135e00
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user