mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Test that toolchanges happen outside skirt when standby-temperature is enabled
This commit is contained in:
parent
7765787172
commit
032698fb07
2 changed files with 9 additions and 3 deletions
|
@ -799,7 +799,7 @@ sub write_gcode {
|
|||
# calculate wiping points if needed
|
||||
if ($self->config->standby_temperature) {
|
||||
my $outer_skirt = Slic3r::Polygon->new(@{convex_hull([ map $_->pp, map @$_, @{$self->skirt} ])});
|
||||
$gcodegen->standby_points([ map $_->clone, map @$_, @{offset([$outer_skirt], scale 3)} ]);
|
||||
$gcodegen->standby_points([ map $_->clone, map @$_, map $_->subdivide(scale 10), @{offset([$outer_skirt], scale 3)} ]);
|
||||
}
|
||||
|
||||
# prepare the layer processor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue