Fixed bad copy and paste causing multiple extruders to throw an error

0.9.10b
Alessandro Ranellucci 2013-05-19 15:33:54 +02:00
parent bbb190dc68
commit 48e37f97b4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package Slic3r::GCode::Layer;
use Moo;
use List::Util qw(first);
use Slic3r::Geometry qw(X Y unscale);
has 'print' => (is => 'ro', required => 1, handles => [qw(extruders)]);