mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixed unit tests.
This commit is contained in:
		
							parent
							
								
									d9ed9149ae
								
							
						
					
					
						commit
						ba94fa4867
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -29,7 +29,7 @@ SCENARIO("SupportMaterial: support_layers_z and contact_distance", "[SupportMate | |||
| 	{ | ||||
|         ConstSupportLayerPtrsAdaptor support_layers = print.objects().front()->support_layers(); | ||||
| 
 | ||||
| 		first_support_layer_height_ok = support_layers.front()->print_z == print.default_object_config().first_layer_height.value; | ||||
| 		first_support_layer_height_ok = support_layers.front()->print_z == print.config().first_layer_height.value; | ||||
| 
 | ||||
| 		layer_height_minimum_ok = true; | ||||
| 		layer_height_maximum_ok = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik