Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGuillaume Seguin <guillaume@segu.in>2013-06-27 13:47:07 +0400
committerGuillaume Seguin <guillaume@segu.in>2013-06-27 13:47:07 +0400
commit9d1b756135293881e59a3d5ab24d26a30f41f8e9 (patch)
tree194c2c6421028930284930d2fab573f973bc309c /utils
parent1f50d9c7e8830f9247f178036c397a17092ef5c6 (diff)
Add use Slic3r::GUI::PreviewCanvas to view-mesh.pl
Diffstat (limited to 'utils')
-rw-r--r--utils/view-mesh.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/view-mesh.pl b/utils/view-mesh.pl
index 5d69525d0..3e4d27232 100644
--- a/utils/view-mesh.pl
+++ b/utils/view-mesh.pl
@@ -12,6 +12,7 @@ BEGIN {
use Getopt::Long qw(:config no_auto_abbrev);
use Slic3r;
use Slic3r::GUI;
+use Slic3r::GUI::PreviewCanvas;
$|++;
my %opt = ();