mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
2nd attempt to fix JIRA SPE-22 (wrong file export on MAC)
This commit is contained in:
@@ -1624,7 +1624,12 @@ sub _get_export_file {
|
||||
}
|
||||
elsif ($format eq 'AMF')
|
||||
{
|
||||
if ($^O eq 'MacOS') {
|
||||
# It seems that MacOS does not like double extension
|
||||
$suffix = '.amf';
|
||||
} else {
|
||||
$suffix = '.zip.amf';
|
||||
}
|
||||
$wildcard = 'amf';
|
||||
}
|
||||
elsif ($format eq '3MF')
|
||||
|
||||
Reference in New Issue
Block a user