diff --git a/lib/Slic3r/Print.pm b/lib/Slic3r/Print.pm index 44618b0832..230c8211d4 100644 --- a/lib/Slic3r/Print.pm +++ b/lib/Slic3r/Print.pm @@ -1074,6 +1074,8 @@ sub expanded_output_filepath { # path is a full path to a file so we use it as it is } + # make sure we use an up-to-date timestamp + $self->placeholder_parser->update_timestamp; return $self->placeholder_parser->process($path, $extra); }