mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Use G1 instead of G0 for restart after retraction to avoid blending with the previous travel move. #1212
This commit is contained in:
		
							parent
							
								
									b3f1795cb4
								
							
						
					
					
						commit
						532ae53d0b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -439,7 +439,8 @@ sub unretract { | |||
|     my $to_unretract = $self->extruder->retracted + $self->extruder->restart_extra; | ||||
|     if ($to_unretract) { | ||||
|         $self->speed('retract'); | ||||
|         $gcode .= $self->G0(undef, undef, $to_unretract, "compensate retraction"); | ||||
|         # use G1 instead of G0 because G0 will blend the restart with the previous travel move | ||||
|         $gcode .= $self->G1(undef, undef, $to_unretract, "compensate retraction"); | ||||
|         $self->extruder->retracted(0); | ||||
|         $self->extruder->restart_extra(0); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci