mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	3rd attempt to fix JIRA SPE-22 (wrong file export on MAC)
This commit is contained in:
		
							parent
							
								
									e13a9adff2
								
							
						
					
					
						commit
						662ea15c23
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		|  | @ -1624,12 +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'; | ||||
|     } | ||||
|         if (&Wx::wxMAC) { | ||||
|             # It seems that MacOS does not like double extension | ||||
|             $suffix = '.amf'; | ||||
|         } else { | ||||
|             $suffix = '.zip.amf'; | ||||
|         } | ||||
|         $wildcard = 'amf'; | ||||
|     } | ||||
|     elsif ($format eq '3MF') | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri