mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Reflect max_fan_speed in cooling textual description. #1439
This commit is contained in:
		
							parent
							
								
									1aa5dbafd3
								
							
						
					
					
						commit
						7d09f17810
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -628,8 +628,8 @@ sub _update_description { | |||
|         : "will be turned off."; | ||||
|      | ||||
|     if ($config->cooling) { | ||||
|         $msg = sprintf "If estimated layer time is below ~%ds, fan will run at 100%% and print speed will be reduced so that no less than %ds are spent on that layer (however, speed will never be reduced below %dmm/s).", | ||||
|             $config->slowdown_below_layer_time, $config->slowdown_below_layer_time, $config->min_print_speed; | ||||
|         $msg = sprintf "If estimated layer time is below ~%ds, fan will run at %d%% and print speed will be reduced so that no less than %ds are spent on that layer (however, speed will never be reduced below %dmm/s).", | ||||
|             $config->slowdown_below_layer_time, $config->max_fan_speed, $config->slowdown_below_layer_time, $config->min_print_speed; | ||||
|         if ($config->fan_below_layer_time > $config->slowdown_below_layer_time) { | ||||
|             $msg .= sprintf "\nIf estimated layer time is greater, but still below ~%ds, fan will run at a proportionally decreasing speed between %d%% and %d%%.", | ||||
|                 $config->fan_below_layer_time, $config->max_fan_speed, $config->min_fan_speed; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci