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-11-02 18:21:34 +0300
committerbubnikv <bubnikv@gmail.com>2017-11-02 18:21:34 +0300
commite8b6d92d4d5852e5731d21afb90362285b2dd6f2 (patch)
tree11dc25cfe40ed5824629a6f64d701090ff2d4cee /slic3r.pl
parent95c284c76431fcd3e21764b206ba6100c3179c1e (diff)
Looks like the reworked C++ preferences start to work again.
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl13
1 files changed, 2 insertions, 11 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 9864c0714..87c8fe40c 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -241,16 +241,7 @@ if (@ARGV) { # slicing from command line
sub usage {
my ($exit_code) = @_;
-
my $config = Slic3r::Config::new_from_defaults->as_hash;
-
- my $j = '';
- if ($Slic3r::have_threads) {
- $j = <<"EOF";
- -j, --threads <num> Number of threads to use (1+, default: $config->{threads})
-EOF
- }
-
print <<"EOF";
Slic3r $Slic3r::VERSION is a STL-to-GCODE translator for RepRap 3D printers
written by Alessandro Ranellucci <aar\@cpan.org> - http://slic3r.org/
@@ -275,8 +266,8 @@ Usage: slic3r.pl [ OPTIONS ] [ file.stl ] [ file2.stl ] ...
them as <name>_upper.stl and <name>_lower.stl
--split Split the shells contained in given STL file into several STL files
--info Output information about the supplied file(s) and exit
-
-$j
+ -j, --threads <num> Number of threads to use (1+, default: $config->{threads})
+
GUI options:
--gui Forces the GUI launch instead of command line slicing (if you
supply a model file, it will be loaded into the plater)