mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Hopefully fix all problems with non-ASCII paths on Windows
This commit is contained in:
parent
66824fd17e
commit
6185f45815
7 changed files with 24 additions and 21 deletions
|
@ -294,7 +294,7 @@ sub open_model {
|
|||
$dialog->Destroy;
|
||||
return;
|
||||
}
|
||||
my @input_files = $dialog->GetPaths;
|
||||
my @input_files = map Slic3r::decode_path($_), $dialog->GetPaths;
|
||||
$dialog->Destroy;
|
||||
|
||||
return @input_files;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue