mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618
This commit is contained in:
@@ -64,9 +64,9 @@ use overload
|
||||
'fallback' => 1;
|
||||
|
||||
sub new {
|
||||
my ($class, @paths) = @_;
|
||||
my ($class, $type, @paths) = @_;
|
||||
|
||||
my $self = $class->_new;
|
||||
my $self = $class->_new($type);
|
||||
$self->append(@paths);
|
||||
return $self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user