mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-05 17:17:06 +02:00
New --bridge-feed-rate option. #68
This commit is contained in:
@@ -35,7 +35,7 @@ sub fill_surface {
|
||||
# make paths
|
||||
my @paths = ();
|
||||
my $cur_pos = Slic3r::Point->new(0,0);
|
||||
foreach my $loop (map Slic3r::ExtrusionLoop->cast($_), @loops) {
|
||||
foreach my $loop (map Slic3r::ExtrusionLoop->cast($_, role => 'fill'), @loops) {
|
||||
# find the point of the loop that is closest to the current extruder position
|
||||
$cur_pos = $loop->nearest_point_to($cur_pos);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user