mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Limit fan speed to 100% :-)
This commit is contained in:
		
							parent
							
								
									19b40baf55
								
							
						
					
					
						commit
						90d8da0e0d
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -846,7 +846,7 @@ END | |||
|         sidetext => '%', | ||||
|         cli     => 'min-fan-speed=i', | ||||
|         type    => 'i', | ||||
|         max     => 1000, | ||||
|         max     => 100, | ||||
|         default => 35, | ||||
|     }, | ||||
|     'max_fan_speed' => { | ||||
|  | @ -855,7 +855,7 @@ END | |||
|         sidetext => '%', | ||||
|         cli     => 'max-fan-speed=i', | ||||
|         type    => 'i', | ||||
|         max     => 1000, | ||||
|         max     => 100, | ||||
|         default => 100, | ||||
|     }, | ||||
|     'bridge_fan_speed' => { | ||||
|  | @ -864,7 +864,7 @@ END | |||
|         sidetext => '%', | ||||
|         cli     => 'bridge-fan-speed=i', | ||||
|         type    => 'i', | ||||
|         max     => 1000, | ||||
|         max     => 100, | ||||
|         default => 100, | ||||
|     }, | ||||
|     'fan_below_layer_time' => { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci