mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00: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