mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Don't block while cooling extruder
This commit is contained in:
		
							parent
							
								
									0062c3b7fc
								
							
						
					
					
						commit
						0dd3ab0662
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -672,7 +672,8 @@ sub set_extruder { | |||
|         my $temp = defined $self->layer && $self->layer->id == 0 | ||||
|             ? $self->extruder->first_layer_temperature | ||||
|             : $self->extruder->temperature; | ||||
|         $gcode .= $self->set_temperature($temp + $self->config->standby_temperature_delta, 1); | ||||
|         # we assume that heating is always slower than cooling, so no need to block | ||||
|         $gcode .= $self->set_temperature($temp + $self->config->standby_temperature_delta, 0); | ||||
|     } | ||||
|      | ||||
|     # set the new extruder | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci