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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-10-27 19:52:35 +0300
committerbubnikv <bubnikv@gmail.com>2017-10-27 19:52:35 +0300
commit2455aee97cf595563ef7d61c8abe39ad31e5514e (patch)
tree4a15aebe5603e6fb6b6a63c9743de924daaae96b /utils
parent3bc79e80d5d0618633d1ce556f561774acc59588 (diff)
Further reduction of Perl Config.pm methods.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/view-toolpaths.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/view-toolpaths.pl b/utils/view-toolpaths.pl
index d4c47f072..234a8123d 100755
--- a/utils/view-toolpaths.pl
+++ b/utils/view-toolpaths.pl
@@ -33,7 +33,7 @@ my %opt = ();
my $model = Slic3r::Model->read_from_file($ARGV[0]);
# load config
- my $config = Slic3r::Config->new_from_defaults;
+ my $config = Slic3r::Config::new_from_defaults;
if ($opt{load}) {
$config->apply(Slic3r::Config->load($opt{load}));
}