mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixed bad copy and paste causing multiple extruders to throw an error
This commit is contained in:
@@ -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)]);
|
||||
|
||||
Reference in New Issue
Block a user