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-12-14 13:35:38 +0300
committerbubnikv <bubnikv@gmail.com>2017-12-14 13:35:38 +0300
commiteaaac8b2a4161148b0bbb4267bc866a0d80ab8e1 (patch)
treefd1bdebb02fb91deff7e5c9cf95c79e8e192fac3 /utils
parentcdab27d337e13d9f4e051caa4a76154cf49048e6 (diff)
Fixed a regression bug due to some Perl to C++ porting
of a configuration layer. Fixes https://github.com/prusa3d/Slic3r/issues/627
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 234a8123d..e064885ca 100755
--- a/utils/view-toolpaths.pl
+++ b/utils/view-toolpaths.pl
@@ -35,7 +35,7 @@ my %opt = ();
# load config
my $config = Slic3r::Config::new_from_defaults;
if ($opt{load}) {
- $config->apply(Slic3r::Config->load($opt{load}));
+ $config->apply(Slic3r::Config::load($opt{load}));
}
# init print