mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: [filament_preset] was not replaced in filename when using Quick Slice. #1870
This commit is contained in:
@@ -7,7 +7,8 @@ has '_print' => (
|
||||
is => 'ro',
|
||||
default => sub { Slic3r::Print->new },
|
||||
handles => [qw(apply_config extruders expanded_output_filepath
|
||||
total_used_filament total_extruded_volume)],
|
||||
total_used_filament total_extruded_volume
|
||||
placeholder_parser)],
|
||||
);
|
||||
|
||||
has 'duplicate' => (
|
||||
|
||||
Reference in New Issue
Block a user