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
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-06-14 12:48:08 +0300
committerbubnikv <bubnikv@gmail.com>2017-06-14 12:48:08 +0300
commit82bde51c2752656aed517d89356272de277408b4 (patch)
tree2e74936b0e90e9ca1a9d33bc7196ce69cb83a33e /lib/Slic3r.pm
parent8a2a9abbd48dcc6c3f11dc9445df32045d71f47a (diff)
Removed the 'simple' mode.
Diffstat (limited to 'lib/Slic3r.pm')
-rw-r--r--lib/Slic3r.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 8d0de99cd..efb7e3752 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -72,7 +72,6 @@ use Slic3r::Polygon;
use Slic3r::Polyline;
use Slic3r::Print;
use Slic3r::Print::Object;
-use Slic3r::Print::Simple;
use Slic3r::Surface;
our $build = eval "use Slic3r::Build; 1";
use Thread::Semaphore;