mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fix incorrect filename case in test_3mf
This commit is contained in:
		
							parent
							
								
									ce34ae4716
								
							
						
					
					
						commit
						6cfad6848f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -26,7 +26,7 @@ SCENARIO("Export+Import geometry to/from 3mf file cycle", "[3mf]") {
 | 
			
		|||
    GIVEN("world vertices coordinates before save") {
 | 
			
		||||
        // load a model from stl file
 | 
			
		||||
        Model src_model;
 | 
			
		||||
        std::string src_file = std::string(TEST_DATA_DIR) + "/test_3mf/prusa.stl";
 | 
			
		||||
        std::string src_file = std::string(TEST_DATA_DIR) + "/test_3mf/Prusa.stl";
 | 
			
		||||
        load_stl(src_file.c_str(), &src_model);
 | 
			
		||||
        src_model.add_default_instances();
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue