mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Added scale to settings output
This commit is contained in:
		
							parent
							
								
									9a610395ce
								
							
						
					
					
						commit
						557afcc4b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -453,7 +453,7 @@ sub export_gcode {
 | 
			
		|||
    
 | 
			
		||||
    print  $fh "; most important settings used:\n";
 | 
			
		||||
    for (qw(layer_height perimeters fill_density nozzle_diameter filament_diameter
 | 
			
		||||
        perimeter_speed infill_speed travel_speed extrusion_width_ratio)) {
 | 
			
		||||
        perimeter_speed infill_speed travel_speed extrusion_width_ratio scale)) {
 | 
			
		||||
        printf $fh "; %s = %s\n", $_, Slic3r::Config->get($_);
 | 
			
		||||
    }
 | 
			
		||||
    print  $fh "\n";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue