mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Include M82/M83 for Teacup too. #1206
This commit is contained in:
		
							parent
							
								
									6bb2e593a7
								
							
						
					
					
						commit
						895e0bbfcd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -725,7 +725,7 @@ sub write_gcode { | |||
|     print  $fh "G90 ; use absolute coordinates\n"; | ||||
|     if ($Slic3r::Config->gcode_flavor =~ /^(?:reprap|teacup)$/) { | ||||
|         printf $fh $gcodegen->reset_e; | ||||
|         if ($Slic3r::Config->gcode_flavor =~ /^(?:reprap|makerbot|sailfish)$/) { | ||||
|         if ($Slic3r::Config->gcode_flavor =~ /^(?:reprap|teacup|makerbot|sailfish)$/) { | ||||
|             if ($Slic3r::Config->use_relative_e_distances) { | ||||
|                 print $fh "M83 ; use relative distances for extrusion\n"; | ||||
|             } else { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci