mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Enable min_fan_speed and disable_fan_first_layers when fan_always_on is checked
This commit is contained in:
		
							parent
							
								
									d9dc2fda00
								
							
						
					
					
						commit
						d8b1eff62f
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -824,8 +824,9 @@ sub _update { | |||
|      | ||||
|     my $cooling = $self->{config}->cooling; | ||||
|     $self->get_field($_)->toggle($cooling) | ||||
|         for qw(min_fan_speed max_fan_speed disable_fan_first_layers  | ||||
|             fan_below_layer_time slowdown_below_layer_time min_print_speed); | ||||
|         for qw(max_fan_speed fan_below_layer_time slowdown_below_layer_time min_print_speed); | ||||
|     $self->get_field($_)->toggle($cooling || $self->{config}->fan_always_on) | ||||
|         for qw(min_fan_speed disable_fan_first_layers); | ||||
| } | ||||
| 
 | ||||
| sub _update_description { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci