mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
More incomplete work for Flow/Extruder refactoring
This commit is contained in:
@@ -8,8 +8,7 @@ sub split_at {
|
||||
return Slic3r::ExtrusionPath->new(
|
||||
polyline => $self->polygon->split_at(@_),
|
||||
role => $self->role,
|
||||
flow_spacing => $self->flow_spacing,
|
||||
height => $self->height,
|
||||
mm3_per_mm => $self->mm3_per_mm,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user