mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	
							parent
							
								
									72499d230a
								
							
						
					
					
						commit
						b8a5d5a208
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@ package Slic3r;
 | 
				
			||||||
use strict;
 | 
					use strict;
 | 
				
			||||||
use warnings;
 | 
					use warnings;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
our $VERSION = "0.5.5";
 | 
					our $VERSION = "0.5.5a";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
our $debug = 0;
 | 
					our $debug = 0;
 | 
				
			||||||
sub debugf {
 | 
					sub debugf {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ use XXX;
 | 
				
			||||||
extends 'Slic3r::Polyline::Closed';
 | 
					extends 'Slic3r::Polyline::Closed';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# perimeter/fill/solid-fill/bridge/skirt
 | 
					# perimeter/fill/solid-fill/bridge/skirt
 | 
				
			||||||
has 'role'         => (is => 'ro', required => 1);
 | 
					has 'role'         => (is => 'rw', required => 1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sub split_at {
 | 
					sub split_at {
 | 
				
			||||||
    my $self = shift;
 | 
					    my $self = shift;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ has 'depth_layers' => (is => 'ro', default => sub {1});
 | 
				
			||||||
has 'flow_ratio' => (is => 'rw');
 | 
					has 'flow_ratio' => (is => 'rw');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# perimeter/fill/solid-fill/bridge/skirt
 | 
					# perimeter/fill/solid-fill/bridge/skirt
 | 
				
			||||||
has 'role'         => (is => 'ro', required => 1);
 | 
					has 'role'         => (is => 'rw', required => 1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Slic3r::Geometry qw(PI X Y epsilon deg2rad rotate_points);
 | 
					use Slic3r::Geometry qw(PI X Y epsilon deg2rad rotate_points);
 | 
				
			||||||
use XXX;
 | 
					use XXX;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue