mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Add Slic3r version to gcode comment
This commit is contained in:
		
							parent
							
								
									5e850557d4
								
							
						
					
					
						commit
						627e1b32e2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -442,7 +442,7 @@ sub export_gcode { | ||||||
|      |      | ||||||
|     # write some information |     # write some information | ||||||
|     my @lt = localtime; |     my @lt = localtime; | ||||||
|     printf $fh "; generated by Slic3r on %02d-%02d-%02d at %02d:%02d:%02d\n\n", |     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], $lt[3], $lt[2], $lt[1], $lt[0]; | ||||||
|      |      | ||||||
|     print  $fh "; most important settings used:\n"; |     print  $fh "; most important settings used:\n"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci