mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Ported expanded_output_filepath() to C++/XS
This commit is contained in:
committed by
bubnikv
parent
66493ce821
commit
6a90fceaaf
@@ -13,7 +13,7 @@ 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 output_filepath
|
||||
total_used_filament total_extruded_volume
|
||||
placeholder_parser process)],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user