mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Reduce wipe feedrate a bit
This commit is contained in:
		
							parent
							
								
									8b3aa32a7e
								
							
						
					
					
						commit
						b3f1795cb4
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -39,7 +39,9 @@ sub _build_retract_speed_mm_min { | |||
| 
 | ||||
| sub _build_scaled_wipe_distance { | ||||
|     my $self = shift; | ||||
|     return scale $self->retract_length / $self->retract_speed * $Slic3r::Config->travel_speed; | ||||
|     # reduce feedrate a bit; travel speed is often too high to move on existing material | ||||
|     # too fast = ripping of existing material; too slow = short wipe path, thus more blob | ||||
|     return scale($self->retract_length / $self->retract_speed * $Slic3r::Config->travel_speed * 0.8); | ||||
| } | ||||
| 
 | ||||
| sub make_flow { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci