mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Moved vibration limit to its own G-code filter
This commit is contained in:
		
							parent
							
								
									7fbacc5885
								
							
						
					
					
						commit
						36e5e1f933
					
				
					 18 changed files with 103 additions and 71 deletions
				
			
		| 
						 | 
				
			
			@ -24,11 +24,6 @@ sub coincides_with {
 | 
			
		|||
        || ($self->a->coincides_with($line->b) && $self->b->coincides_with($line->a));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sub vector {
 | 
			
		||||
    my $self = shift;
 | 
			
		||||
    return (ref $self)->new([0,0], [map $self->[B][$_] - $self->[A][$_], X,Y]);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sub atan {
 | 
			
		||||
    my $self = shift;
 | 
			
		||||
    return Slic3r::Geometry::line_atan($self);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue