Re-enable the threads config option. #1882

visilibity
Alessandro Ranellucci 2014-04-05 10:58:03 +02:00
parent d6d6a51e0d
commit fc4ac5ded4
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ our @Ignore = qw(duplicate_x duplicate_y multiply_x multiply_y support_material_
our $Options = print_config_def();
# overwrite the hard-coded readonly value (this information is not available in XS)
$Options->{threads}{readonly} = !$Slic3r::have_threads;
# generate accessors
{
no strict 'refs';