mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Typo in 4083b33807
This commit is contained in:
parent
4083b33807
commit
64144d007c
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ sub presets {
|
||||||
|
|
||||||
sub have_version_check {
|
sub have_version_check {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
$Slic3r::build = 1;
|
|
||||||
# return an explicit 0
|
# return an explicit 0
|
||||||
return ($Slic3r::have_threads && $Slic3r::build && $have_LWP) || 0;
|
return ($Slic3r::have_threads && $Slic3r::build && $have_LWP) || 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue