mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Update timestamp before the Export G-code dialog is shown. #1995
This commit is contained in:
parent
4311f30739
commit
2a3923934e
1 changed files with 2 additions and 0 deletions
|
@ -1074,6 +1074,8 @@ sub expanded_output_filepath {
|
||||||
# path is a full path to a file so we use it as it is
|
# 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);
|
return $self->placeholder_parser->process($path, $extra);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue