1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00
This commit is contained in:
Alessandro Ranellucci
2015-02-09 11:02:11 +01:00
parent 4083b33807
commit 64144d007c
+1 -1
View File
@@ -251,7 +251,7 @@ sub presets {
sub have_version_check {
my ($self) = @_;
$Slic3r::build = 1;
# return an explicit 0
return ($Slic3r::have_threads && $Slic3r::build && $have_LWP) || 0;
}