Bugfix: fatal error when using --debug
This commit is contained in:
parent
3ed5171d20
commit
b457089a1e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
package Slic3r::Print::Object;
|
||||
use Moo;
|
||||
|
||||
use Slic3r::Geometry qw(scale);
|
||||
use Slic3r::Geometry qw(scale unscale);
|
||||
use Slic3r::Geometry::Clipper qw(diff_ex intersection_ex union_ex);
|
||||
|
||||
has 'input_file' => (is => 'rw', required => 0);
|
||||
|
|
Loading…
Reference in a new issue