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:
Diffstat (limited to 'utils/view-toolpaths.pl')
-rwxr-xr-xutils/view-toolpaths.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/view-toolpaths.pl b/utils/view-toolpaths.pl
index 4bbbaab4c..d4c47f072 100755
--- a/utils/view-toolpaths.pl
+++ b/utils/view-toolpaths.pl
@@ -7,6 +7,7 @@ use warnings;
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";
+ use local::lib "$FindBin::Bin/../local-lib";
}
use Getopt::Long qw(:config no_auto_abbrev);