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
diff options
context:
space:
mode:
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index b1f40847d..db3fca5fe 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -54,6 +54,7 @@ my %cli_options = ();
$options{ "$opt_key|$cli" } = \$cli_options{$opt_key};
}
+ @ARGV = grep !/^-psn_\d/, @ARGV if $^O eq 'darwin';
GetOptions(%options) or usage(1);
}