Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2011-11-28 21:37:53 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-11-28 21:37:53 +0400
commit975387d9533bb798c351129a0a538e91664a4f77 (patch)
tree90a1b07e46ab9ad2eae542c8761e3e1bf84eec48 /lib/Slic3r/Print.pm
parent7b50e1bead984cc2a853b1470124a6804b18f6cc (diff)
New --bridge-feed-rate option. #68
Diffstat (limited to 'lib/Slic3r/Print.pm')
-rw-r--r--lib/Slic3r/Print.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r/Print.pm b/lib/Slic3r/Print.pm
index 7835d746c..6fac7a85c 100644
--- a/lib/Slic3r/Print.pm
+++ b/lib/Slic3r/Print.pm
@@ -273,7 +273,7 @@ sub extrude_skirt {
for (my $i = $Slic3r::skirts - 1; $i >= 0; $i--) {
my $distance = ($Slic3r::skirt_distance + ($Slic3r::flow_width * $i)) / $Slic3r::resolution;
my $outline = offset([$convex_hull], $distance, $Slic3r::resolution * 100, JT_ROUND);
- push @skirts, Slic3r::ExtrusionLoop->cast([ @{$outline->[0]} ]);
+ push @skirts, Slic3r::ExtrusionLoop->cast([ @{$outline->[0]} ], role => 'skirt');
}
# apply skirts to all layers