mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Raise max temperatures (in GUI) to 400°C
This commit is contained in:
		
							parent
							
								
									65ef3b35d9
								
							
						
					
					
						commit
						94bb1e54bb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -158,7 +158,7 @@ our $Options = { | |||
|         sidetext => '°C', | ||||
|         cli     => 'temperature=i@', | ||||
|         type    => 'i', | ||||
|         max     => 300, | ||||
|         max     => 400, | ||||
|         serialize   => $serialize_comma, | ||||
|         deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] }, | ||||
|         default => [200], | ||||
|  | @ -171,7 +171,7 @@ our $Options = { | |||
|         type    => 'i', | ||||
|         serialize   => $serialize_comma, | ||||
|         deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] }, | ||||
|         max     => 300, | ||||
|         max     => 400, | ||||
|         default => [200], | ||||
|     }, | ||||
|      | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci