mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Add .ngc to G-code file name suffixes
This commit is contained in:
		
							parent
							
								
									8d9361280e
								
							
						
					
					
						commit
						655a546b04
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,7 @@ use constant FILE_WILDCARDS => {
 | 
			
		|||
    obj     => 'OBJ files (*.obj)|*.obj;*.OBJ',
 | 
			
		||||
    amf     => 'AMF files (*.amf)|*.amf;*.AMF;*.xml;*.XML',
 | 
			
		||||
    ini     => 'INI files *.ini|*.ini;*.INI',
 | 
			
		||||
    gcode   => 'G-code files (*.gcode, *.gco, *.g)|*.gcode;*.GCODE;*.gco;*.GCO;*.g;*.G',
 | 
			
		||||
    gcode   => 'G-code files (*.gcode, *.gco, *.g, *.ngc)|*.gcode;*.GCODE;*.gco;*.GCO;*.g;*.G;*.ngc;*.NGC',
 | 
			
		||||
    svg     => 'SVG files *.svg|*.svg;*.SVG',
 | 
			
		||||
};
 | 
			
		||||
use constant MODEL_WILDCARD => join '|', @{&FILE_WILDCARDS}{qw(known stl obj amf)};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue