FIX: Rectilinear Interlaced pattern not working for sung supports

jira: STUDIO-6276
github: #3596
Change-Id: Icea80646c7526448a81ff4f00e868a34db2fa8cf
(cherry picked from commit 6f86b4f6e70c8d1778e3beb867d0ab2583fc3e87)
This commit is contained in:
Arthur 2024-02-18 15:48:17 +08:00 committed by Lane.Wei
parent 6794431302
commit 8caaf230df
1 changed files with 1 additions and 1 deletions

View File

@ -4827,7 +4827,7 @@ void generate_support_toolpaths(
{
SupportLayer &support_layer = *support_layers[support_layer_id];
LayerCache &layer_cache = layer_caches[support_layer_id];
float interface_angle_delta = config.support_style.value == smsSnug || is_tree(config.support_type.value) ?
float interface_angle_delta = is_tree(config.support_type.value) ?
(support_layer.interface_id() & 1) ? float(- M_PI / 4.) : float(+ M_PI / 4.) :
0;