mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	using end_program() function in GCode output
This commit is contained in:
		
							parent
							
								
									f2fa8cb63f
								
							
						
					
					
						commit
						cc83e9f06d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -249,6 +249,7 @@ sub export { | |||
|     print $fh $gcodegen->writer->set_fan(0); | ||||
|     printf $fh "%s\n", $gcodegen->placeholder_parser->process($self->config->end_gcode); | ||||
|     print $fh $gcodegen->writer->update_progress($gcodegen->layer_count, $gcodegen->layer_count, 1);  # 100% | ||||
|     print $fh $gcodegen->writer->end_program(); | ||||
|      | ||||
|     $self->print->total_used_filament(0); | ||||
|     $self->print->total_extruded_volume(0); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alexander Rössler
						Alexander Rössler