mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Bugfix: wrong month number in output
This commit is contained in:
		
							parent
							
								
									f08ebe97b2
								
							
						
					
					
						commit
						4b2bd7f779
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -446,7 +446,7 @@ sub export_gcode { | |||
|     # write some information | ||||
|     my @lt = localtime; | ||||
|     printf $fh "; generated by Slic3r $Slic3r::VERSION on %02d-%02d-%02d at %02d:%02d:%02d\n\n", | ||||
|         $lt[5] + 1900, $lt[4], $lt[3], $lt[2], $lt[1], $lt[0]; | ||||
|         $lt[5] + 1900, $lt[4]+1, $lt[3], $lt[2], $lt[1], $lt[0]; | ||||
|      | ||||
|     for (qw(layer_height perimeters solid_layers fill_density nozzle_diameter filament_diameter | ||||
|         perimeter_speed infill_speed travel_speed extrusion_width_ratio scale)) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci