1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix quick slicing

This commit is contained in:
Henrik Brix Andersen
2012-07-27 22:03:48 +02:00
parent 7e34244b05
commit d68ab84faa
+1 -1
View File
@@ -943,7 +943,7 @@ sub validate {
die "Invalid value for --threads\n"
if $self->threads < 1;
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
die "Invalid value for --layer-height\n"