mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixed a typo leading to a crash in another then English languages (#2233)
This commit is contained in:
		
							parent
							
								
									3f08d9f30d
								
							
						
					
					
						commit
						68bffee102
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1310,7 +1310,7 @@ std::string Print::validate() const | |||
|             } | ||||
|              | ||||
|             // validate first_layer_height
 | ||||
|             double first_layer_height = object->config().get_abs_value(L("first_layer_height")); | ||||
|             double first_layer_height = object->config().get_abs_value("first_layer_height"); | ||||
|             double first_layer_min_nozzle_diameter; | ||||
|             if (object->config().raft_layers > 0) { | ||||
|                 // if we have raft layers, only support material extruder is used on first layer
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 YuSanka
						YuSanka