Add use Slic3r::GUI::PreviewCanvas to view-mesh.pl
This commit is contained in:
parent
1f50d9c7e8
commit
9d1b756135
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ BEGIN {
|
|||
use Getopt::Long qw(:config no_auto_abbrev);
|
||||
use Slic3r;
|
||||
use Slic3r::GUI;
|
||||
use Slic3r::GUI::PreviewCanvas;
|
||||
$|++;
|
||||
|
||||
my %opt = ();
|
||||
|
|
Loading…
Reference in a new issue