mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Remove warnings caused by output filenames containing % characters
This commit is contained in:
		
							parent
							
								
									4bddb66513
								
							
						
					
					
						commit
						8e363ee070
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -94,7 +94,7 @@ if (@ARGV) {  # slicing from command line | |||
|             output_file => $opt{output}, | ||||
|             status_cb   => sub { | ||||
|                 my ($percent, $message) = @_; | ||||
|                 printf "=> $message\n"; | ||||
|                 printf "=> %s\n", $message; | ||||
|             }, | ||||
|         ); | ||||
|         if ($opt{export_svg}) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci