mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
Fix quick slicing
This commit is contained in:
parent
7e34244b05
commit
d68ab84faa
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ sub validate {
|
||||||
die "Invalid value for --threads\n"
|
die "Invalid value for --threads\n"
|
||||||
if $self->threads < 1;
|
if $self->threads < 1;
|
||||||
die "Your perl wasn't built with multithread support\n"
|
die "Your perl wasn't built with multithread support\n"
|
||||||
if $self->threads > 1 && !$self->have_threads;
|
if $self->threads > 1 && !$Slic3r::have_threads;
|
||||||
|
|
||||||
# --layer-height
|
# --layer-height
|
||||||
die "Invalid value for --layer-height\n"
|
die "Invalid value for --layer-height\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue