mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 04:04:04 +08:00
Support material lines need to be white
This commit is contained in:
parent
55ed4af06e
commit
b926e0b27d
@ -398,7 +398,7 @@ EOF
|
|||||||
# supported points
|
# supported points
|
||||||
my $support_point = nearest_point($expolygon->contour->[0], \@supported_points);
|
my $support_point = nearest_point($expolygon->contour->[0], \@supported_points);
|
||||||
my $anchor_point = nearest_point($support_point, $expolygon->contour->[0]);
|
my $anchor_point = nearest_point($support_point, $expolygon->contour->[0]);
|
||||||
printf $fh qq{ <line x1="%s" y1="%s" x2="%s" y2="%s" style="stroke-width: 2" />\n},
|
printf $fh qq{ <line x1="%s" y1="%s" x2="%s" y2="%s" style="stroke-width: 2; stroke: white" />\n},
|
||||||
map @$_, $support_point, $anchor_point;
|
map @$_, $support_point, $anchor_point;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user