mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Refactoring to Model API for making it stricter and safer
This commit is contained in:
		
							parent
							
								
									bc023c2d51
								
							
						
					
					
						commit
						7ba08c90cf
					
				
					 17 changed files with 316 additions and 317 deletions
				
			
		
							
								
								
									
										2
									
								
								t/svg.t
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								t/svg.t
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -14,7 +14,7 @@ use Slic3r::Test;
 | 
			
		|||
    my $print = Slic3r::Test::init_print('20mm_cube');
 | 
			
		||||
    eval {
 | 
			
		||||
        my $fh = IO::Scalar->new(\my $gcode);
 | 
			
		||||
        $print->export_svg(output_fh => $fh, quiet => 1);
 | 
			
		||||
        $print->print->export_svg(output_fh => $fh, quiet => 1);
 | 
			
		||||
        $fh->close;
 | 
			
		||||
    };
 | 
			
		||||
    ok !$@, 'successful SVG export';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue