mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Support material lines need to be white
This commit is contained in:
parent
55ed4af06e
commit
b926e0b27d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue