mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
More work for refactoring Flow/Extruder
This commit is contained in:
@@ -6,7 +6,8 @@ use Slic3r::Geometry qw(X Y);
|
||||
has '_print' => (
|
||||
is => 'ro',
|
||||
default => sub { Slic3r::Print->new },
|
||||
handles => [qw(apply_config extruders expanded_output_filepath)],
|
||||
handles => [qw(apply_config extruders expanded_output_filepath
|
||||
total_used_filament total_extruded_volume)],
|
||||
);
|
||||
|
||||
has 'duplicate' => (
|
||||
|
||||
Reference in New Issue
Block a user