1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Remove XXX from dependencies

This commit is contained in:
Alessandro Ranellucci
2012-04-16 14:03:36 +02:00
parent 356e750cf4
commit d51ba94e8a
24 changed files with 0 additions and 24 deletions
-1
View File
@@ -1,7 +1,6 @@
package Slic3r::Fill::Base;
use Moo;
use XXX;
has 'print' => (is => 'rw');
has 'layer' => (is => 'rw');
-1
View File
@@ -4,7 +4,6 @@ use Moo;
extends 'Slic3r::Fill::Base';
use Slic3r::Geometry qw(scale unscale X1 Y1 X2 Y2);
use XXX;
sub fill_surface {
my $self = shift;
-1
View File
@@ -7,7 +7,6 @@ has 'cache' => (is => 'rw', default => sub {{}});
use Slic3r::Geometry qw(PI X1 Y1 X2 Y2 X Y scale);
use Slic3r::Geometry::Clipper qw(intersection_ex);
use XXX;
sub angles () { [0, PI/3, PI/3*2] }
-1
View File
@@ -4,7 +4,6 @@ use Moo;
extends 'Slic3r::Fill::Base';
use Slic3r::Geometry qw(scale bounding_box X1 Y1 X2 Y2);
use XXX;
sub multiplier () { 1 }
-1
View File
@@ -4,7 +4,6 @@ use Moo;
extends 'Slic3r::Fill::Base';
use Slic3r::Geometry qw(X1 Y1 X2 Y2 A B X Y scale unscale epsilon);
use XXX;
sub fill_surface {
my $self = shift;
-1
View File
@@ -4,7 +4,6 @@ use Moo;
extends 'Slic3r::Fill::Base';
use Slic3r::Geometry qw(scale X1 Y1 X2 Y2 A B X Y);
use XXX;
sub fill_surface {
my $self = shift;