mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Fixing one unit test, which seems to indicate that the refactoring
fixed one issue (hopefully it was not that a newly introduced bug hides an old one).
This commit is contained in:
		
							parent
							
								
									96f8744e05
								
							
						
					
					
						commit
						0e6e60705d
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -394,9 +394,9 @@ use Slic3r::Test; | |||
|         }); | ||||
|         return scalar keys %z_with_bridges; | ||||
|     }; | ||||
|     ok $test->(Slic3r::Test::init_print('V', config => $config)) == 1, | ||||
|         'no overhangs printed with bridge speed';  # except for the first internal solid layers above void | ||||
|     ok $test->(Slic3r::Test::init_print('V', config => $config, scale_xyz => [3,1,1])) > 1, | ||||
|     ok $test->(Slic3r::Test::init_print('V', config => $config)) == 2, | ||||
|         'no overhangs printed with bridge speed';  # except for the two internal solid layers above void | ||||
|     ok $test->(Slic3r::Test::init_print('V', config => $config, scale_xyz => [3,1,1])) > 2, | ||||
|         'overhangs printed with bridge speed'; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik