mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Little fix in SectionCut.pm
This commit is contained in:
		
							parent
							
								
									6db8afe36d
								
							
						
					
					
						commit
						bde730a611
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ use SVG;
 | 
			
		|||
 | 
			
		||||
has 'scale' => (is => 'ro', default => sub {30});
 | 
			
		||||
has 'print' => (is => 'ro', required => 1);
 | 
			
		||||
has 'y_percent' => (is => 'ro', required => 1, default => sub {0.5});
 | 
			
		||||
has 'y_percent' => (is => 'ro', default => sub {0.5});
 | 
			
		||||
has 'line'  => (is => 'lazy');
 | 
			
		||||
has 'height' => (is => 'rw');
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue