1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

3rd attempt to fix JIRA SPE-22 (wrong file export on MAC)

This commit is contained in:
Enrico Turri
2018-02-20 11:33:38 +01:00
parent e13a9adff2
commit 662ea15c23
+1 -1
View File
@@ -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 {