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